Skip to content

Commit

Permalink
feat(entei): initial values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 3, 2023
1 parent cb03d51 commit 1d8a9ab
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions chart/values.entei.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
serviceTree:
landscape: entei

issuers:
letsencrypt:
email: [email protected]
type: ClusterIssuer
server: https://acme-v02.api.letsencrypt.org/directory
zones:
- atomi.cloud
secrets:
name: cloudflare-api-token-secret
key: api-token
internal:
enable: false
external:
enable: true
refreshInterval: 1h
remoteSecretName: MANUAL_CLOUDFLARE_DNS_TOKEN
solvers:
- dns01:
cloudflare:
apiTokenSecretRef:
name: cloudflare-api-token-secret
key: api-token

0 comments on commit 1d8a9ab

Please sign in to comment.