Skip to content

Commit

Permalink
Update vault ingress service name/port
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Sep 13, 2023
1 parent 434c5b2 commit ffeeee2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vault/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for Vault, a tool for managing secrets
name: vault
version: 0.6.2
version: 0.6.3
appVersion: 1.14.2
home: https://www.vaultproject.io/
icon: https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg
Expand Down
7 changes: 5 additions & 2 deletions vault/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ spec:
http:
paths:
- path: /
pathType: Prefix
backend:
serviceName: {{ $serviceName }}
servicePort: {{ $servicePort }}
service:
name: {{ $serviceName }}
port:
number: {{ $servicePort }}
{{- end -}}
{{- if .Values.ingress.tls }}
tls:
Expand Down

0 comments on commit ffeeee2

Please sign in to comment.