Skip to content

Instantly share code, notes, and snippets.

@jsanda
Created February 6, 2019 18:29
Show Gist options
  • Save jsanda/21e72caab23213f43bc39a6bc02f9a3b to your computer and use it in GitHub Desktop.
Save jsanda/21e72caab23213f43bc39a6bc02f9a3b to your computer and use it in GitHub Desktop.
name: queue-proxy
ports:
- containerPort: 8012
name: queue-port
protocol: TCP
- containerPort: 8022
name: queueadm-port
protocol: TCP
- containerPort: 9090
name: queue-metrics
protocol: TCP
readinessProbe:
failureThreshold: 3
httpGet:
path: /health
port: 8022
scheme: HTTP
periodSeconds: 1
successThreshold: 1
timeoutSeconds: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment