mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-27 12:33:58 +02:00
🐛 ingress fixes
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user