Add Templates to pretty config

This commit is contained in:
2024-05-10 12:06:03 +02:00
parent 8eebe405b7
commit ddaaa33b71
7 changed files with 47 additions and 14 deletions

View File

@ -1,21 +1,16 @@
ingress:
app:
ingress:
enabled: true
hosts:
# Keep 'localhost' host only if you want to access Dashboard using 'kubectl port-forward ...' on:
# https://localhost:8443
- localhost
# - kubernetes.dashboard.domain.com
- dashboard.fe85db5c-fa78-4951-9641-7382be9c5884.badhouseplants.net
ingressClassName: traefik
pathType: ImplementationSpecific
path: /
issuer:
name: selfsigned
# Scope determines what kind of issuer annotation will be used on ingress resource
# - default - adds 'cert-manager.io/issuer'
# - cluster - adds 'cert-manager.io/cluster-issuer'
# - disabled - disables cert-manager annotations
name: network-base
scope: cluster
tls:
secretName: ""
labels: {}
annotations: {}
annotations:
traefik.ingress.kubernetes.io/router.tls: "true"

View File

@ -0,0 +1,2 @@
globalArguments:
- "--serversTransport.insecureSkipVerify=true"