Skip to content

Commit

Permalink
fix: ingress template
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Feb 25, 2021
1 parent 2d12d5c commit 293da01
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,19 @@ zk:
# memory: 128Mi

# uncomment section and remove null to create Ingress resource
ingress:
## ingress host
host: www.cmak.mycompany

## ingress path
path: /

## Enable TLS configuration for the hostname defined at ingress.host
## secret name will be "${ingress.host.replace(".", "-")}"
tls: false

## optional ingress annotations
annotations:
zzz.zzz: "ZZZ.ZZZ"

## optional ingress labels
labels:
qqq.qqq: "QQQ.QQQ"
ingress: null
# # ingress host
# host: www.cmak.mycompany
#
# # ingress path
# path: /
#
# # Enable TLS configuration for the hostname defined at ingress.host
# # secret name will be "${ingress.host.replace(".", "-")}"
# tls: false
#
# # optional ingress annotations
# annotations: {}
#
# # optional ingress labels
# labels: {}

0 comments on commit 293da01

Please sign in to comment.