REFACTOR(apps): integrate ingress to helm-values

- code-server: move ingress to helm-values, rbac to manifests
- headlamp: move ingress to helm-values, external-secret to manifests
This commit is contained in:
2026-01-06 01:57:21 +09:00
parent f41a6c7261
commit fb0fb44251
8 changed files with 29 additions and 68 deletions

View File

@@ -16,9 +16,24 @@ persistence:
existingSecret: code-server-password
existingSecretKey: password
# Ingress configuration (will use main ingress)
ingress:
enabled: false
enabled: true
ingressClassName: traefik
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.middlewares: authelia-authelia-auth@kubernetescrd
hosts:
- host: vscode0213.kro.kr
paths:
- /
- host: www.vscode0213.kro.kr
paths:
- /
tls:
- secretName: code-server-tls
hosts:
- vscode0213.kro.kr
- www.vscode0213.kro.kr
# Service configuration
service: