Maybe now?

This commit is contained in:
Micke Nordin 2023-03-28 18:21:46 +02:00
parent f6ce2a6877
commit 84e6f5058f
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 0 additions and 2 deletions

View file

@ -3,7 +3,6 @@ kind: Deployment
apiVersion: apps/v1 apiVersion: apps/v1
metadata: metadata:
name: customer-node name: customer-node
namespace: customer
labels: labels:
app: customer-node app: customer-node
spec: spec:

View file

@ -3,7 +3,6 @@ apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: customer-ingress name: customer-ingress
namespace: customer
annotations: annotations:
kubernetes.io/ingress.class: traefik kubernetes.io/ingress.class: traefik
traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.entrypoints: websecure