Skip to content

Commit

Permalink
docs: Define name convention for ingress objects (#23)
Browse files Browse the repository at this point in the history
Change-Id: Ic6f6a709e2a71ea324b700adf950fbcc04e6984c
  • Loading branch information
MykolaMarusenko committed Feb 19, 2024
1 parent 833672d commit b21e2a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy-templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ gerrit:
nodeSelector: {}
tolerations: []
affinity: {}
# Provide external endpoint access. Default Ingress/Route host pattern: gerrit-{{ .Release.Namespace }}.{{ .Values.global.dnsWildCard }}
ingress:
annotations: {}
# -- pathType is only for k8s >= 1.1=
Expand All @@ -82,7 +83,7 @@ gerrit:
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
# - gerrit-edp.example.com

resources:
limits:
Expand Down

0 comments on commit b21e2a0

Please sign in to comment.