Skip to content

Commit

Permalink
feat: ruby values
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Nov 18, 2023
1 parent ecba81d commit 4f5c6c5
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions chart/values.entei.ruby.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
serviceTree:
landscape: &landscape entei
cluster: &cluster ruby

tags: &tags
atomi.cloud/landscape: *landscape
atomi.cloud/cluster: *cluster

token:
secretName: &secretName cloudflare-external-dns-token
internal:
enable: false
external:
enable: true
refreshInterval: 1h
remoteSecretName: MANUAL_CLOUDFLARE_EXTERNAL_DNS_TOKEN

external-dns:
interval: 1m
podLabels:
<<: *tags
podAnnotations:
<<: *tags
commonLabels:
<<: *tags
deploymentAnnotations:
<<: *tags
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 250m
memory: 256Mi
provider: cloudflare
env:
- name: CF_API_TOKEN
valueFrom:
secretKeyRef:
name: *secretName
key: CLOUDFLARE_TOKEN



0 comments on commit 4f5c6c5

Please sign in to comment.