Skip to content

Commit 36b6fce

Browse files
fix(post): Removed namespace
1 parent adf80dd commit 36b6fce

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

reference_files/traefik2-k3s-rancher/config-ingress-route/kubernetes/deployment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
name: example-workload-deployment
5-
namespace: public
65
spec:
76
selector:
87
matchLabels:

reference_files/traefik2-k3s-rancher/config-ingress-route/kubernetes/ingress.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apiVersion: traefik.containo.us/v1alpha1
22
kind: IngressRoute
33
metadata:
44
name: example-workload-ingress
5-
namespace: public
65
annotations:
76
kubernetes.io/ingress.class: traefik-external
87
spec:

reference_files/traefik2-k3s-rancher/config-ingress-route/kubernetes/service.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ apiVersion: v1
33
kind: Service
44
metadata:
55
name: example-workload
6-
namespace: public
76
spec:
87
selector:
98
app: example-workload

0 commit comments

Comments
 (0)