chore(k8s): use spec.ingressClassName for traefik ingress
All checks were successful
Deploy Noval to K3s / deploy (push) Successful in 28s
All checks were successful
Deploy Noval to K3s / deploy (push) Successful in 28s
This commit is contained in:
@@ -6,11 +6,11 @@ metadata:
|
||||
labels:
|
||||
app: noval
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "traefik"
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
spec:
|
||||
ingressClassName: traefik
|
||||
rules:
|
||||
- host: writing-reddot.roog-code.cn
|
||||
http:
|
||||
|
||||
Reference in New Issue
Block a user