Files
homelab-v/helm/application/values.yaml
T
Vegard Hagen 67049f2e01 feat(helm): Introducing Helm Charts for templating
Using templates should reduce the amount of duplicated config
2023-04-09 19:28:31 +02:00

41 lines
660 B
YAML

name: name
namespace: namespace
image:
name: image
tag: latest
pullPolicy: Always
replicas: 1
service:
type: ClusterIP
port: 80
containerPort: 8080
ingressRoute:
enabled: true
resources: { }
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
auth:
# Enable authentication with traefik-forward-auth
enabled: true
# Create traefik-forward-auth deployment
# Set to "false" to reuse a different deployment in the same namespace
create: true
port: 4181
cookieName: _forward_auth
cookieDomain: stonegarden.dev
host: auth
domains: {}
whitelist: {}
logLevel: error
extraConfig: {}