mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 21:09:58 +00:00
pihole ingress
This commit is contained in:
@@ -150,25 +150,25 @@ spec:
|
||||
# -- Configuration for the Ingress
|
||||
ingress:
|
||||
# -- Generate a Ingress resource
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
# -- Specify an ingressClassName
|
||||
# ingressClassName: nginx
|
||||
ingressClassName: traefik
|
||||
|
||||
# -- Annotations for the ingress
|
||||
annotations:
|
||||
{}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
path: /
|
||||
hosts:
|
||||
# virtualHost (default value is pi.hole) will be appended to the hosts
|
||||
- chart-example.local
|
||||
tls: []
|
||||
# - secretName: chart-example-tls
|
||||
# hosts:
|
||||
# #- virtualHost (default value is pi.hole) will be appended to the hosts
|
||||
# - chart-example.local
|
||||
- pihole.michaelthomson.dev
|
||||
tls:
|
||||
- hosts:
|
||||
# virtualHost (default value is pi.hole) will be appended to the hosts
|
||||
- pihole.michaelthomson.dev
|
||||
secretName: letsencrypt-wildcard-cert-michaelthomson.dev
|
||||
|
||||
# -- Probes configuration
|
||||
probes:
|
||||
|
||||
Reference in New Issue
Block a user