Created
February 6, 2019 18:29
-
-
Save jsanda/21e72caab23213f43bc39a6bc02f9a3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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