With basic config to have TLS certs with ACME. It works! TODO: - gitea - bar-jupyter
32 lines
1.1 KiB
YAML
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
|