phase 16: nginx-unprivileged on 8080, helm dashboard deployment
This commit is contained in:
@@ -123,5 +123,5 @@ spec:
|
||||
service:
|
||||
name: dashboard
|
||||
port:
|
||||
number: 80
|
||||
number: 8080
|
||||
{{- end }}
|
||||
|
||||
@@ -139,13 +139,13 @@ services:
|
||||
replicas: 1
|
||||
image: dashboard
|
||||
tier: frontend
|
||||
port: 80
|
||||
port: 8080
|
||||
resources:
|
||||
requests: { cpu: 50m, memory: 64Mi }
|
||||
limits: { cpu: 200m, memory: 128Mi }
|
||||
probes:
|
||||
readiness: { path: /, port: 80, initialDelay: 3, period: 10 }
|
||||
liveness: { path: /, port: 80, initialDelay: 5, period: 30 }
|
||||
readiness: { path: /, port: 8080, initialDelay: 3, period: 10 }
|
||||
liveness: { path: /, port: 8080, initialDelay: 5, period: 30 }
|
||||
|
||||
## ConfigMap data
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user