Skip to content

Commit

Permalink
Adding ingress and TLS to keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeedroza committed Sep 8, 2021
1 parent 42349e6 commit 68c70f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions vkpr/keycloak/install/src/utils/keycloak-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ resources:
cpu: 100m
memory: 512Mi
ingress:
enabled: false
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
hostname: keycloak.localhost
certManager: false
path: "/"
servicePort: 80
tls: false
tls: true
existingSecret: "keycloak-cert"
readinessProbe:
enabled: false
Expand Down
4 changes: 2 additions & 2 deletions vkpr/keycloak/install/src/utils/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ resources:
cpu: 100m
memory: 512Mi
ingress:
enabled: false
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
hostname: keycloak.localhost
certManager: false
path: "/"
servicePort: 80
tls: false
tls: true
existingSecret: "keycloak-cert"
readinessProbe:
enabled: false
Expand Down

0 comments on commit 68c70f7

Please sign in to comment.