parent
c060ae094b
commit
7a71d3ef92
4 changed files with 3 additions and 10 deletions
|
@ -52,12 +52,13 @@ eval $(minikube -p minikube docker-env)
|
|||
Compile the project and generate the Docker image with JIB:
|
||||
|
||||
```bash
|
||||
mvn clean package -Dquarkus.container-image.build=true -Dquarkus.kubernetes.deployment-target=minikube
|
||||
mvn clean package -Dquarkus.kubernetes.image-pull-policy=IfNotPresent -Dquarkus.container-image.build=true
|
||||
```
|
||||
|
||||
Install the CRD definition and the operator in the cluster in the `keycloak` namespace:
|
||||
|
||||
```bash
|
||||
kubectl create namespace keycloak
|
||||
kubectl apply -k target
|
||||
```
|
||||
|
||||
|
|
|
@ -82,10 +82,6 @@
|
|||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-openshift</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-minikube</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-kubernetes-client</artifactId>
|
||||
|
|
|
@ -7,6 +7,3 @@ resources:
|
|||
- kubernetes/keycloaks.k8s.keycloak.org-v1.yml
|
||||
- kubernetes/keycloakrealmimports.k8s.keycloak.org-v1.yml
|
||||
- kubernetes/kubernetes.yml
|
||||
|
||||
patchesStrategicMerge:
|
||||
- kubernetes/minikube.yml
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
kubernetes.yml
|
Loading…
Reference in a new issue