Add a classname

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-02-19 18:34:35 +00:00
parent d13a3d343b
commit 16348bd8d3
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ spec:
ingress: ingress:
s3: s3:
api: api:
className: "nginx"
enabled: "true" enabled: "true"
annotations: annotations:
external-dns.alpha.kubernetes.io/target: armnleg.martyn.berlin external-dns.alpha.kubernetes.io/target: armnleg.martyn.berlin
@ -40,6 +41,7 @@ spec:
- path: / - path: /
pathType: Prefix pathType: Prefix
web: web:
className: "nginx"
enabled: "true" enabled: "true"
annotations: annotations:
external-dns.alpha.kubernetes.io/target: armnleg.martyn.berlin external-dns.alpha.kubernetes.io/target: armnleg.martyn.berlin