Skip to content

Commit 77e44b0

Browse files
committed
feat(init_containers.yml): Remove ingress from the example
1 parent dd33f1a commit 77e44b0

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

init_containers.yml

-17
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,3 @@ spec:
9090
app: counter
9191
ports:
9292
- port: 80
93-
---
94-
apiVersion: networking.k8s.io/v1
95-
kind: Ingress
96-
metadata:
97-
name: counter
98-
spec:
99-
rules:
100-
- host: counter.127.0.0.1.nip.io
101-
http:
102-
paths:
103-
- path: /
104-
pathType: Prefix
105-
backend:
106-
service:
107-
name: counter
108-
port:
109-
number: 80

0 commit comments

Comments
 (0)