Skip to content

Commit

Permalink
feat: added opal and ruby for entei
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Aug 17, 2024
1 parent 05e4c07 commit f23f67e
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions chart/values.entei.opal-ruby.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
serviceTree:
landscape: &landscape entei
cluster: &cluster opal-ruby

# -- Create SecretStore via secret of secrets pattern
sulfoxide-bromine:
serviceTree:
landscape: *landscape
cluster: *cluster
annotations:
# -- Helm hook to run
helm.sh/hook: pre-install,pre-upgrade
# -- Helm weight to run
helm.sh/weight: "-5"


# -- Secret Annotations (External Secrets) to control synchronization
secretAnnotation:
# -- Helm hook to run
helm.sh/hook: pre-install,pre-upgrade
# -- Helm weight to run
helm.sh/weight: "-4"

auth:
internal:
enable: false
external:
enable: true
refreshInterval: 1h
remoteSecretName: OPAL_RUBY_INGRESS_TOKEN

autoscaling:
enabled: true
minReplicas: 1
maxReplicas: 2
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80

resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 250m
memory: 256Mi

0 comments on commit f23f67e

Please sign in to comment.