Rename ingress to match deployment

This commit is contained in:
Jim Nicholson 2024-05-08 22:21:16 -07:00
parent 08466ffe21
commit 1687b059f2

View File

@ -2,7 +2,7 @@
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: jenkins-ingress name: jenkins
namespace: jenkins namespace: jenkins
annotations: annotations:
kubernetes.io/ingress.class: "traefik" kubernetes.io/ingress.class: "traefik"