Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion olaris-api/api-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ spec:
ports:
- containerPort: 5000
name: api
readinessProbe:
tcpSocket:
port: api
initialDelaySeconds: 1
periodSeconds: 2
timeoutSeconds: 1
failureThreshold: 3
successThreshold: 1
env:
- name: "APIHOST"
value: "${SYS_API_HOSTNAME:-localhost}"
Expand All @@ -63,4 +71,4 @@ spec:
- name: api
port: 5000
selector:
app: nuvolaris-system-api
app: nuvolaris-system-api
Loading