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
ports:
- name: http
containerPort: 80
containerPort: 8080
protocol: TCP
resources:
requests:

View File

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