diff --git a/chart/values.entei.onyx.yaml b/chart/values.entei.opal.yaml similarity index 72% rename from chart/values.entei.onyx.yaml rename to chart/values.entei.opal.yaml index 058adc2..67ff2b9 100644 --- a/chart/values.entei.onyx.yaml +++ b/chart/values.entei.opal.yaml @@ -1,6 +1,6 @@ serviceTree: - landscape: entei - cluster: onyx + landscape: &landscape entei + cluster: &cluster opal auth: internal: @@ -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 diff --git a/chart/values.entei.ruby.yaml b/chart/values.entei.ruby.yaml new file mode 100644 index 0000000..8ccf833 --- /dev/null +++ b/chart/values.entei.ruby.yaml @@ -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 \ No newline at end of file