-
Notifications
You must be signed in to change notification settings - Fork 1
Tournament Service Install & Config
oc new-project petbattle
- Infinispan
- Cert-Utils
- Keycloak
oc apply -f keycloak-instance.yml
oc apply -f src/main/ocp-resources/keycloak-realm.yml
oc apply -f src/main/ocp-resources/keycloak-client.yml
kubectl get secret credential-pbkeycloak -o go-template='{{range $k,$v := .data}}{{printf "%s: " $k}}{{if not $v}}{{$v}}{{else}}{{$v | base64decode}}{{end}}{{"\n"}}{{end}}'
kubectl create secret generic --from-file=identities.yaml tournament-cache-authsecret
`
- name: DEFAULT_IMAGE
value: quay.io/infinispan/server:11.0.3.Final-2
image: quay.io/infinispan/operator:latest
`
oc apply -f infinispan-setup.yml
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install tournamentdb bitnami/mongodb --set podSecurityContext.fsGroup=1000570000,containerSecurityContext.runAsUser=1000570000,auth.enabled=true,auth.password=tpassword,auth.username=tuser,auth.database=tauth
oc apply -f truststore-cm.yml