Use the wildcard cert in ingress-nginx

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2025-02-04 16:03:21 +00:00
parent 40e21872dd
commit 2f7fa56b56
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ spec:
value: "35m" value: "35m"
- name: controller.resources.requests.memory - name: controller.resources.requests.memory
value: "351198544" value: "351198544"
- name: controller.extraArgs.default-ssl-certificate
value: "cluster-ingress/cluster-ingress-wildcard"
syncPolicy: syncPolicy:
automated: automated:
selfHeal: true selfHeal: true