Skip to content

Commit b972b94

Browse files
committed
kube
1 parent 25cd327 commit b972b94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

kube/services/svc-pod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ spec:
88
containers:
99
- name: httpd
1010
image: httpd
11-
ports:
12-
- containerPort: 80
11+
# ports:
12+
# - containerPort: 80
1313

1414
---
1515

@@ -23,4 +23,4 @@ spec:
2323
app: myapp
2424
ports:
2525
- protocol: TCP
26-
port: 90
26+
port: 80

0 commit comments

Comments
 (0)