Skip to content

Commit

Permalink
ISPN-10126 Make example CRs runnable on default Minikube settings
Browse files Browse the repository at this point in the history
  • Loading branch information
galderz authored and rigazilla committed May 17, 2019
1 parent b012ca9 commit ce1b64d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -96,5 +96,8 @@ minikube-clean: clean
minikube-delete:
build/minikube/delete.sh ${PROFILE}

minikube-stop:
build/minikube/stop.sh ${PROFILE}

help : Makefile
@sed -n 's/^##//p' $<
8 changes: 8 additions & 0 deletions build/minikube/stop.sh
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

set -e -x

PROFILE=${1}

minikube profile ${PROFILE}
minikube stop
2 changes: 1 addition & 1 deletion deploy/cr/cr_minimal.yaml
Expand Up @@ -3,5 +3,5 @@ kind: Infinispan
metadata:
name: example-infinispan
spec:
size: 3
size: 2
image: jboss/infinispan-server:latest
2 changes: 1 addition & 1 deletion deploy/cr/cr_with_configmap.yaml
Expand Up @@ -7,4 +7,4 @@ config:
sourceRef: infinispan-app-configuration
name: cloud-ephemeral.xml
spec:
size: 3
size: 2

0 comments on commit ce1b64d

Please sign in to comment.