Commit c4ba7eb7 authored by Hoan DINH's avatar Hoan DINH

Ingress exposure

parent 1ab84900
......@@ -14,17 +14,17 @@ service:
port: 80
ingress:
enabled: false
enabled: true
annotations: {}
# kubernetes.io/ingress.class: nginx
kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
path: /
hosts:
- chart-example.local
- qb.qa.deepcare.vn
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
- secretName: deepcare-prod-tls-replica
hosts:
- gb.qa.deepcare.vn
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment