Skip to content
Snippets Groups Projects
Commit 280aa24a authored by František Dvořák's avatar František Dvořák
Browse files

Gateway: enable SSL

parent 795bb654
No related branches found
No related tags found
No related merge requests found
......@@ -21,13 +21,12 @@
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
# kubernetes.io/tls-acme: "true"
hosts:
- "{{ gateway_hostname }}"
# tls:
# - hosts:
# - "{{ gateway_hostname }}"
# secretName: acme-tls-grafana
kubernetes.io/tls-acme: "true"
hostName: "{{ gateway_hostname }}"
tls:
- hosts:
- "{{ gateway_hostname }}"
secretName: acme-tls-gateway
kip:
enabled: true
# serviceAccountName: 'kernel-image-puller-sa'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment