Fix indents

This commit is contained in:
Jonny Ervine 2023-09-27 21:27:07 +08:00
parent b60f2a7407
commit 8ee34a42a8

View File

@ -40,27 +40,27 @@ ingress:
annotations: annotations:
kubernetes.io/ingress.class: nginx kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/backend-protocol: HTTP nginx.ingress.kubernetes.io/backend-protocol: HTTP
hosts: hosts:
- host: fin.k8s.ipa.champion - host: fin.k8s.ipa.champion
paths: paths:
- path: / - path: /
tls: tls:
- secretName: fin-internal-tls - secretName: fin-internal-tls
hosts: hosts:
- fin.k8s.ipa.champion - fin.k8s.ipa.champion
external: external:
enabled: true enabled: true
annotations: annotations:
kubernetes.io/ingress.class: nginx kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/backend-protocol: HTTP nginx.ingress.kubernetes.io/backend-protocol: HTTP
hosts: hosts:
- host: fin.ervine.cloud - host: fin.ervine.cloud
paths: paths:
- path: / - path: /
tls: tls:
- secretName: fin-ervine-cloud-tls - secretName: fin-ervine-cloud-tls
hosts: hosts:
- fin.ervine.cloud - 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