Use alpine nginx and fix issue with port

This commit is contained in:
2022-04-07 07:57:53 +00:00
parent c52bbc4d69
commit ea139719cd
4 changed files with 3 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ spec:
cpu: 5m
ports:
- name: http
containerPort: 8080
containerPort: 80
livenessProbe:
tcpSocket:

View File

@@ -10,5 +10,4 @@ spec:
app: dsm-client
ports:
- port: 80
targetPort: 8080
type: ClusterIP