Add a classname
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
d13a3d343b
commit
16348bd8d3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue