Fix container ports

main
ilitirit 3 years ago
parent 98139967a5
commit a9d9be3697

@ -17,6 +17,6 @@ spec:
- name: expedience-api
image: registry.ilitirit.net/expedience-api:latest
ports:
- containerPort: 7033
- containerPort: 80
imagePullSecrets:
- name: registry-credentials

@ -9,5 +9,5 @@ spec:
ports:
- protocol: TCP
port: 7033
targetPort: 7033
targetPort: 80
type: ClusterIP

Loading…
Cancel
Save