Skip to content
Snippets Groups Projects

Iss #17 - Update Jenkins + k8s for latest-staging and pod probes

Merged Iss #17 - Update Jenkins + k8s for latest-staging and pod probes
Merged Martin Lowe requested to merge malowe/eclipsefdn-mailing-lists-api:malowe/main/17 into main
3 files
+ 53
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -41,6 +41,26 @@ spec:
requests:
cpu: 300m
memory: 384Mi
startupProbe:
httpGet:
path: /foundation/mailing-list/non-application/health
port: 8090
scheme: HTTP
timeoutSeconds: 1
initialDelaySeconds: 25
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
livenessProbe:
httpGet:
path: /foundation/mailing-list/non-application/health
port: 8090
scheme: HTTP
timeoutSeconds: 1
initialDelaySeconds: 60
periodSeconds: 60
successThreshold: 1
failureThreshold: 3
env:
- name: CONFIG_SECRET_PATH
value: "/run/secrets/mailing-lists-api/secret.properties"
Loading