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:
|
||||
s3:
|
||||
api:
|
||||
className: "nginx"
|
||||
enabled: "true"
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/target: armnleg.martyn.berlin
|
||||
|
@ -40,6 +41,7 @@ spec:
|
|||
- path: /
|
||||
pathType: Prefix
|
||||
web:
|
||||
className: "nginx"
|
||||
enabled: "true"
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/target: armnleg.martyn.berlin
|
||||
|
|
Loading…
Reference in New Issue