🐛 ingress fixes

This commit is contained in:
auricom
2022-09-14 11:09:40 +02:00
parent eae5a2fc42
commit b098a11579
4 changed files with 7 additions and 6 deletions

View File

@@ -41,8 +41,9 @@ spec:
enabled: true
ingressClassName: nginx
path: /
pathType: Prefix
hosts:
- &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
- &host "emqx.${SECRET_CLUSTER_DOMAIN}"
tls:
- hosts:
- *host
@@ -50,7 +51,7 @@ spec:
enabled: false
persistence:
enabled: true
storageClass: ceph-block
storageClass: rook-ceph-block
size: 100Mi
affinity:
podAntiAffinity: