mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 08:47:17 +02:00
feat: nginx ingressClassName
This commit is contained in:
@@ -67,8 +67,7 @@ spec:
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
# annotations:
|
||||
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
|
||||
labels:
|
||||
app.kubernetes.io/instance: uptime-kuma
|
||||
@@ -76,7 +75,7 @@ metadata:
|
||||
name: uptime-kuma
|
||||
namespace: monitoring
|
||||
spec:
|
||||
# ingressClassName: "traefik"
|
||||
ingressClassName: "nginx"
|
||||
rules:
|
||||
- host: "uptime-kuma.${SECRET_CLUSTER_DOMAIN}"
|
||||
http:
|
||||
|
Reference in New Issue
Block a user