|
|
|
@ -152,6 +152,25 @@ spec:
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- containerPort: 8080
|
|
|
|
- containerPort: 8080
|
|
|
|
- containerPort: 8081
|
|
|
|
- containerPort: 8081
|
|
|
|
|
|
|
|
livenessProbe:
|
|
|
|
|
|
|
|
httpGet:
|
|
|
|
|
|
|
|
path: /management/health/liveness
|
|
|
|
|
|
|
|
port: 8081
|
|
|
|
|
|
|
|
# httpHeaders:
|
|
|
|
|
|
|
|
# - name: Smardigo-User-Token
|
|
|
|
|
|
|
|
# value: ""
|
|
|
|
|
|
|
|
initialDelaySeconds: 5
|
|
|
|
|
|
|
|
periodSeconds: 5
|
|
|
|
|
|
|
|
readinessProbe:
|
|
|
|
|
|
|
|
httpGet:
|
|
|
|
|
|
|
|
path: /management/health/readiness
|
|
|
|
|
|
|
|
port: 8081
|
|
|
|
|
|
|
|
# httpHeaders:
|
|
|
|
|
|
|
|
# - name: Smardigo-User-Token
|
|
|
|
|
|
|
|
# value: ""
|
|
|
|
|
|
|
|
initialDelaySeconds: 5
|
|
|
|
|
|
|
|
periodSeconds: 5
|
|
|
|
|
|
|
|
|
|
|
|
initContainers:
|
|
|
|
initContainers:
|
|
|
|
- name: init-iam
|
|
|
|
- name: init-iam
|
|
|
|
image: busybox:1.28
|
|
|
|
image: busybox:1.28
|
|
|
|
|