From 685eaa5ef1ddfb14d4ee6e3637653cbb1340eeac Mon Sep 17 00:00:00 2001 From: kirinnee Date: Sat, 18 Nov 2023 15:15:43 +0800 Subject: [PATCH] feat: ruby values --- chart/Chart.yaml | 2 +- chart/README.md | 2 +- chart/values.entei.ruby.yaml | 29 +++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 chart/values.entei.ruby.yaml diff --git a/chart/Chart.yaml b/chart/Chart.yaml index e5457fa..11396c1 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -3,7 +3,7 @@ name: sulfoxide-boron description: Helm chart to deploy internal ingress controller with VPN access to internal services using cloudflared type: application version: 1.7.0 -appVersion: "2023.8.2" +appVersion: "2023.10.0" dependencies: - name: sulfoxide-bromine version: 1.2.3 diff --git a/chart/README.md b/chart/README.md index a5d3da1..b34aade 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # sulfoxide-boron -![Version: 1.7.0](https://img.shields.io/badge/Version-1.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2023.8.2](https://img.shields.io/badge/AppVersion-2023.8.2-informational?style=flat-square) +![Version: 1.7.0](https://img.shields.io/badge/Version-1.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2023.10.0](https://img.shields.io/badge/AppVersion-2023.10.0-informational?style=flat-square) Helm chart to deploy internal ingress controller with VPN access to internal services using cloudflared diff --git a/chart/values.entei.ruby.yaml b/chart/values.entei.ruby.yaml new file mode 100644 index 0000000..d59078d --- /dev/null +++ b/chart/values.entei.ruby.yaml @@ -0,0 +1,29 @@ +serviceTree: + landscape: entei + cluster: ruby + +auth: + internal: + enable: false + + external: + enable: true + refreshInterval: 1h + remoteSecretName: OPAL_RUBY_INGRESS_TOKEN + +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