Last active
February 28, 2018 17:44
-
-
Save wndxlori/07dd809de7d89733049aa048c15f656f to your computer and use it in GitHub Desktop.
[stable/kong] Enables non-ssl deploys #3861
This file contains 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
proxy: | |
useTLS: false | |
servicePort: 8001 | |
containerPort: 8001 | |
admin: | |
useTLS: false | |
servicePort: 8000 | |
containerPort: 8000 | |
readinessProbe: | |
httpGet: | |
port: admin | |
scheme: HTTP | |
initialDelaySeconds: 180 | |
livenessProbe: | |
httpGet: | |
port: admin | |
scheme: HTTP | |
initialDelaySeconds: 180 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sample config for testing PR#3861 with TLS/HTTPS disabled