Update ingress

This commit is contained in:
Jonny Ervine 2024-02-11 14:48:50 +08:00
parent 61b1f591b1
commit 448c57b467

View File

@ -35,17 +35,32 @@ service:
port: 8096 port: 8096
ingress: ingress:
enabled: false internal:
annotations: {} enabled: true
# kubernetes.io/ingress.class: nginx annotations:
# kubernetes.io/tls-acme: "true" kubernetes.io/ingress.class: nginx
hosts: nginx.ingress.kubernetes.io/backend-protocol: HTTP
- host: chart-example.local hosts:
paths: [] - host: fin.k8s.ipa.champion
tls: [] paths:
# - secretName: chart-example-tls - path: /
# hosts: tls:
# - chart-example.local - secretName: fin-internal-tls
hosts:
- fin.k8s.ipa.champion
external:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/backend-protocol: HTTP
hosts:
- host: fin.ervine.cloud
paths:
- path: /
tls:
- secretName: fin-ervine-cloud-tls
hosts:
- fin.ervine.cloud
resources: resources:
# We usually recommend not to specify default resources and to leave this as a conscious # We usually recommend not to specify default resources and to leave this as a conscious