podinfo ingress

This commit is contained in:
Michael Thomson
2023-11-21 17:11:10 -05:00
parent 25476976d2
commit 0095b892b7

View File

@@ -120,14 +120,14 @@ spec:
securityContext: {} securityContext: {}
ingress: ingress:
enabled: false enabled: true
className: "" className: ""
additionalLabels: {} additionalLabels: {}
annotations: {} annotations: {}
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
hosts: hosts:
- host: podinfo.local - host: podinfo.michaelthomson.dev
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific