Skip to content

Commit

Permalink
feat: TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Oct 6, 2024
1 parent e4f83fe commit 26eaff3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 6 additions & 3 deletions helm/int-email/templates/issuer-letsencrypt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ spec:
privateKeySecretRef:
name: {{ .Values.cert.issuer.name }}
solvers:
- http01:
ingress:
name: "{{ $fullName }}"
- dns01:
cloudDNS: # Example for Google Cloud DNS, use your appropriate provider
project: "{{ .Values.cloud.project }}"
serviceAccountSecretRef:
name: gcp-dns-secret
key: key.json
3 changes: 3 additions & 0 deletions helm/int-email/values-awakari-com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ ingress:
- secretName: int-email-tls-server
hosts:
- email.awakari.com

cloud:
project: "awakari"

0 comments on commit 26eaff3

Please sign in to comment.