Commit c4ba7eb7 authored by Hoan DINH's avatar Hoan DINH

Ingress exposure

parent 1ab84900
...@@ -14,17 +14,17 @@ service: ...@@ -14,17 +14,17 @@ service:
port: 80 port: 80
ingress: ingress:
enabled: false enabled: true
annotations: {} annotations: {}
# kubernetes.io/ingress.class: nginx kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
path: / path: /
hosts: hosts:
- chart-example.local - qb.qa.deepcare.vn
tls: [] tls: []
# - secretName: chart-example-tls - secretName: deepcare-prod-tls-replica
# hosts: hosts:
# - chart-example.local - gb.qa.deepcare.vn
resources: {} resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious # 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