Skip to content
Snippets Groups Projects

Malowe/main/projects fix

Merged Martin Lowe requested to merge (removed):malowe/main/projects-fix into main
1 unresolved thread
Files
4
@@ -48,6 +48,16 @@ spec:
- name: api-oauth-token
mountPath: "/run/secrets/git-eca-rest-api"
readOnly: true
startupProbe:
httpGet:
path: /git/q/health
port: 8080
scheme: HTTP
timeoutSeconds: 1
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
volumes:
- name: api-oauth-token
secret:
Loading