Skip to content

Commit

Permalink
Update keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
dt-dilip committed Oct 26, 2023
1 parent 14403cb commit 51b59d5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
apiVersion: apps/v1
kind: Deployment
kind: StatefulSet
metadata:
name: keycloak
namespace: {{ .Release.Namespace | default "default"}}
spec:
selector:
matchLabels:
app: keycloak
serviceName: keycloak
replicas: {{ .Values.keycloak.replicas }}
template:
metadata:
Expand Down

0 comments on commit 51b59d5

Please sign in to comment.