feat: refactor apps (#5277)
All checks were successful
lint-test-helm / lint-helm (push) Successful in 1m7s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 3m1s

Reviewed-on: #5277
This commit was merged in pull request #5277.
This commit is contained in:
2026-03-30 01:43:26 +00:00
parent 6f9d893d4a
commit 4130942c87
10 changed files with 48 additions and 154 deletions

View File

@@ -1,5 +1,9 @@
headlamp:
replicaCount: 2
image:
registry: ghcr.io
repository: headlamp-k8s/headlamp
tag: v0.41.0@sha256:89c6c65810bfde61796483c93c70d659104355593792bf55cab680d685da8eeb
config:
oidc:
secret:
@@ -10,10 +14,30 @@ headlamp:
watchPlugins: true
# Bypasses: https://github.com/kubernetes-sigs/headlamp/issues/4883
sessionTTL: null
httpRoute:
enabled: true
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- headlamp.alexlebens.net
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- group: ''
kind: Service
name: headlamp
port: 80
weight: 100
resources:
requests:
cpu: 10m
memory: 128Mi
cpu: 1m
memory: 80Mi
pluginsManager:
enabled: true
securityContext: