fix: frontend probe port 80 -> 8080 for non-root nginx
This commit is contained in:
@@ -49,6 +49,15 @@ spec:
|
||||
memory: 512Mi
|
||||
|
||||
frontend:
|
||||
service:
|
||||
port: 8080
|
||||
containerPort: 8080
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
port: 8080
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
port: 8080
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
|
||||
Reference in New Issue
Block a user