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 1803b41 commit 685eaa5
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
29 changes: 29 additions & 0 deletions chart/values.entei.ruby.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 685eaa5

Please sign in to comment.