1 changed files with
6 additions and
6 deletions
|
|
|
@ -29,12 +29,12 @@ spec:
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- name: app-port
|
|
|
|
- name: app-port
|
|
|
|
containerPort: 8080
|
|
|
|
containerPort: 8080
|
|
|
|
startupProbe:
|
|
|
|
#startupProbe:
|
|
|
|
httpGet:
|
|
|
|
# httpGet:
|
|
|
|
path: /
|
|
|
|
# path: /
|
|
|
|
port: app-port
|
|
|
|
# port: app-port
|
|
|
|
failureThreshold: 30
|
|
|
|
# failureThreshold: 30
|
|
|
|
periodSeconds: 10
|
|
|
|
# periodSeconds: 10
|
|
|
|
#livenessProbe:
|
|
|
|
#livenessProbe:
|
|
|
|
# httpGet:
|
|
|
|
# httpGet:
|
|
|
|
# path: /
|
|
|
|
# path: /
|
|
|
|
|