Skip to content

Commit

Permalink
fix(charts): use ingress v1
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Pinson <raphael.pinson@camptocamp.com>
  • Loading branch information
raphink committed Feb 14, 2022
1 parent e7ab4dc commit c7356b7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions charts/keycloak/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: keycloak
Expand All @@ -25,8 +25,11 @@ spec:
paths:
{{- range .paths }}
- path: {{ . }}
pathType: Prefix
backend:
serviceName: keycloak-ingress
servicePort: 8443
service:
name: keycloak-ingress
port:
number: 8443
{{- end }}
{{- end }}

0 comments on commit c7356b7

Please sign in to comment.