This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This configuration file can be used to build and deploy the todo-backend | |
# quickstart on OpenShift with the Helm Chart for WildFly. | |
build: | |
uri: https://github.com/wildfly/quickstart.git | |
mode: s2i | |
ref: master | |
s2i: | |
galleonLayers: | |
- cloud-server | |
- postgresql-datasource |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: networking.k8s.io/v1beta1 | |
kind: Ingress | |
metadata: | |
name: example-ingress | |
annotations: | |
nginx.ingress.kubernetes.io/rewrite-target: /$1 | |
spec: | |
rules: | |
- host: hello-world.info | |
http: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kind: BuildConfig | |
apiVersion: build.openshift.io/v1 | |
metadata: | |
name: microprofile-config-app | |
spec: | |
output: | |
to: | |
kind: ImageStreamTag | |
name: 'microprofile-config-app:latest' | |
strategy: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kind: BuildConfig | |
apiVersion: build.openshift.io/v1 | |
metadata: | |
name: example | |
spec: | |
strategy: | |
type: Source | |
sourceStrategy: | |
from: | |
kind: ImageStreamTag |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELP base_classloader_loadedClasses_total Displays the total number of classes that have been loaded since the Java virtual machine has started execution. | |
# TYPE base_classloader_loadedClasses_total counter | |
base_classloader_loadedClasses_total 21573.0 | |
# HELP base_classloader_loadedClasses_count Displays the number of classes that are currently loaded in the Java virtual machine. | |
# TYPE base_classloader_loadedClasses_count gauge | |
base_classloader_loadedClasses_count 21517.0 | |
# HELP base_classloader_unloadedClasses_total Displays the total number of classes unloaded since the Java virtual machine has started execution. | |
# TYPE base_classloader_unloadedClasses_total counter | |
base_classloader_unloadedClasses_total 57.0 | |
# HELP base_cpu_availableProcessors Displays the number of processors available to the Java virtual machine. This value may change during a particular invocation of the virtual machine. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
crc start --log-level debug | |
DEBU No new version available. The latest version is 1.11.0 | |
INFO Checking if oc binary is cached | |
DEBU oc binary already cached | |
INFO Checking if podman remote binary is cached | |
DEBU Currently podman remote is not supported | |
INFO Checking if goodhosts binary is cached | |
DEBU goodhost binary already cached | |
INFO Checking if running as non-root | |
INFO Checking if HyperKit is installed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set +x | |
EAP_VERSION=1.0 | |
expose_openshift_internal_registry() { | |
OPENSHIFT_URL=`oc whoami --show-server` | |
oc patch configs.imageregistry.operator.openshift.io/cluster -p='{"spec":{"defaultRoute":true}}' --type=merge | |
oc create serviceaccount registry || echo "Service Account registry already exists" | |
oc adm policy add-cluster-role-to-user admin -z registry |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<subsystem xmlns="urn:jboss:domain:infinispan:9.0"> | |
<cache-container name="web" default-cache="repl" module="org.wildfly.clustering.web.infinispan"> | |
<transport lock-timeout="60000"/> | |
<replicated-cache name="repl"> | |
<locking isolation="REPEATABLE_READ"/> | |
<transaction mode="BATCH"/> | |
<file-store/> | |
</replicated-cache> | |
<replicated-cache name="sso"> | |
<locking isolation="REPEATABLE_READ"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cloning "https://github.com/wildfly/quickstart.git" ... | |
Commit: 21776cb1e467e4b6267ade47fa6cef0fe8c2cb03 (Prepare for 19.0.0.Final release) | |
Author: Eduardo Martins <[email protected]> | |
Date: Wed Mar 18 13:47:10 2020 +0000 | |
[INFO] Downloaded: file:///opt/jboss/container/wildfly/s2i/galleon/galleon-m2-repository/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 1.9 MB/s) | |
[INFO] Downloading: file:///opt/jboss/container/wildfly/s2i/galleon/galleon-m2-repository/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom | |
[INFO] Downloaded: file:///opt/jboss/container/wildfly/s2i/galleon/galleon-m2-repository/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 11 MB/s) | |
[INFO] Downloading: file:///opt/jboss/container/wildfly/s2i/galleon/galleon-m2-repository/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom | |
[INFO] Downloading: https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom | |
[INFO] Downloaded: http |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"level":"info","ts":1568969687.854493,"logger":"cmd","msg":"Go Version: go1.12.9"} | |
{"level":"info","ts":1568969687.8545113,"logger":"cmd","msg":"Go OS/Arch: linux/amd64"} | |
{"level":"info","ts":1568969687.854514,"logger":"cmd","msg":"Version of operator-sdk: v0.8.1"} | |
{"level":"info","ts":1568969687.8546445,"logger":"leader","msg":"Trying to become the leader."} | |
{"level":"info","ts":1568969687.896242,"logger":"leader","msg":"No pre-existing lock was found."} | |
{"level":"info","ts":1568969687.8996854,"logger":"leader","msg":"Became the leader."} | |
{"level":"info","ts":1568969687.9197435,"logger":"cmd","msg":"Registering Components."} | |
{"level":"info","ts":1568969687.9200983,"logger":"utils","msg":"detecting platform version..."} | |
{"level":"info","ts":1568969687.9223013,"logger":"utils","msg":"PlatformInfo [Name: Kubernetes, K8SVersion: 1.14, OS: linux/amd64]"} | |
{"level":"info","ts":1568969687.9226077,"logger":"kubebuilder.controller","msg":"Starting EventSource","controller":"wildflyserver-controller","source":"kind so |