This commit is contained in:
ivan 2026-05-04 21:54:48 +07:00
parent e873cb590e
commit 048749ed2b
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ spec:
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
containerPort: 80 containerPort: 8080
protocol: TCP protocol: TCP
resources: resources:
requests: requests:

View File

@ -11,5 +11,5 @@ spec:
ports: ports:
- name: http - name: http
port: 80 port: 80
targetPort: 80 targetPort: 8080
protocol: TCP protocol: TCP