Files
cloud-config/mushroom/helm/values.yaml
Paul Mathieu 0cf7c9b908 Initial commit: mushroom, zetikettes
With basic config to have TLS certs with ACME.
It works!

TODO:
- gitea
- bar-jupyter
2026-03-02 06:48:46 +00:00

32 lines
1.1 KiB
YAML

# Default values for mushroom.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
images:
server:
repository: mushroom
# tag: latest
proxy:
repository: mushroom-proxy
# tag: latest
nginx:
repository: nginx
tag: 1.29.5
# This is for setting up a service more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/
service:
# This sets the service type more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
type: ClusterIP
# This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports
port: 80
# This block is for setting up the ingress for more information can be found here: https://kubernetes.io/docs/concepts/services-networking/ingress/
ingress:
enabled: true
className: "traefik"
annotations:
traefik.ingress.kubernetes.io/router.tls.certresolver: "default"
hosts:
- mushroom.jenova.ponteilla.net
tls: true