Skip to content

Commit

Permalink
feat: added opal and ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Aug 17, 2024
1 parent dff6b9c commit 05e4c07
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 5 deletions.
10 changes: 5 additions & 5 deletions chart/values.entei.onyx.yaml → chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
serviceTree:
landscape: entei
cluster: onyx
landscape: &landscape entei
cluster: &cluster opal

auth:
internal:
Expand All @@ -9,12 +9,12 @@ auth:
external:
enable: true
refreshInterval: 1h
remoteSecretName: ONYX_JADE_INGRESS_TOKEN
remoteSecretName: OPAL_RUBY_INGRESS_TOKEN

sulfoxide-bromine:
serviceTree:
landscape: entei
cluster: onyx
landscape: *landscape
cluster: *cluster

replicaCount: 1

Expand Down
34 changes: 34 additions & 0 deletions chart/values.entei.ruby.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
serviceTree:
landscape: &landscape entei
cluster: &cluster ruby

auth:
internal:
enable: false

external:
enable: true
refreshInterval: 1h
remoteSecretName: OPAL_RUBY_INGRESS_TOKEN

sulfoxide-bromine:
serviceTree:
landscape: *landscape
cluster: *cluster

replicaCount: 1

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

resources:
limits:
cpu: 50m
memory: 256Mi
requests:
cpu: 15m
memory: 128Mi

0 comments on commit 05e4c07

Please sign in to comment.