Skip to content

Instantly share code, notes, and snippets.

@wndxlori
Last active February 28, 2018 17:44
Show Gist options
  • Save wndxlori/07dd809de7d89733049aa048c15f656f to your computer and use it in GitHub Desktop.
Save wndxlori/07dd809de7d89733049aa048c15f656f to your computer and use it in GitHub Desktop.
[stable/kong] Enables non-ssl deploys #3861
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
@wndxlori
Copy link
Author

Sample config for testing PR#3861 with TLS/HTTPS disabled

@wndxlori
Copy link
Author

Updated for testing with new commit. Kong/charts@a591d7a#commitcomment-27842526

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment