fix: incorrect service name - ingress
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Dawid Wysokiński 2023-01-26 08:31:40 +01:00
parent df2662e258
commit cda668116f
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: twhelp-caddy-ingress
name: scripts-caddy-ingress
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: "web"
traefik.ingress.kubernetes.io/router.tls: "false"
@ -15,6 +15,6 @@ spec:
pathType: Prefix
backend:
service:
name: twhelp-caddy-service
name: scripts-caddy-service
port:
number: 80