Skip to content

Commit c6d3fae

Browse files
fix: update ingress settings
1 parent a645199 commit c6d3fae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kubernetes/apps/podinfo/helmrelease.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ spec:
1919
values:
2020
replicaCount: 2
2121
ingress:
22-
className: external
22+
enabled: true
23+
className: "nginx"
2324
annotations:
2425
external-dns.alpha.kubernetes.io/target: "external.${SECRET_DOMAIN}"
2526
hosts:

0 commit comments

Comments
 (0)