Skip to content
Snippets Groups Projects

Iss #36 - Update Jenkinsfile + k8s for latest-staging tag + OKD probes

Merged Iss #36 - Update Jenkinsfile + k8s for latest-staging tag + OKD probes
Merged Martin Lowe requested to merge malowe/main/36 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: /openvsx/q/health
port: 8090
scheme: HTTP
timeoutSeconds: 1
initialDelaySeconds: 20
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
livenessProbe:
httpGet:
path: /openvsx/q/health
port: 8090
scheme: HTTP
timeoutSeconds: 1
initialDelaySeconds: 60
periodSeconds: 60
successThreshold: 1
failureThreshold: 3
env:
- name: CONFIG_SECRET_PATH
value: "/run/secrets/openvsx-api/secret.properties"
Loading