Skip to content

Commit

Permalink
Merge pull request #22 from Nehoko/main
Browse files Browse the repository at this point in the history
update keycloak-ingress.yaml
  • Loading branch information
lukaszbudnik committed Jan 13, 2023
2 parents b36c7ae + 0ce9910 commit d0ca34f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keycloak-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ kind: Ingress
metadata:
name: auth-ingress
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/backend-protocol: "https"
nginx.ingress.kubernetes.io/proxy-buffer-size: "128k"
spec:
ingressClassName: nginx
tls:
- hosts:
- fake
Expand Down

0 comments on commit d0ca34f

Please sign in to comment.