mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: nginx ingressClassName
This commit is contained in:
@@ -60,8 +60,7 @@ spec:
|
||||
ingress:
|
||||
dashboard:
|
||||
enabled: true
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
# annotations:
|
||||
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
|
||||
path: /
|
||||
hosts:
|
||||
@@ -103,10 +102,10 @@ spec:
|
||||
path: /spec/externalIPs
|
||||
value:
|
||||
- "${CLUSTER_LB_EMQX}"
|
||||
# - target:
|
||||
# kind: Ingress
|
||||
# name: emqx-dashboard
|
||||
# patch:
|
||||
# - op: add
|
||||
# path: /spec/ingressClassName
|
||||
# value: traefik
|
||||
- target:
|
||||
kind: Ingress
|
||||
name: emqx-dashboard
|
||||
patch:
|
||||
- op: add
|
||||
path: /spec/ingressClassName
|
||||
value: nginx
|
||||
|
Reference in New Issue
Block a user