Created
December 7, 2021 17:13
-
-
Save hguerrero/caa84296215d354500a6ade742fec4f0 to your computer and use it in GitHub Desktop.
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: microcks.github.io/v1alpha1 | |
kind: MicrocksInstall | |
metadata: | |
name: microcks | |
spec: | |
# Add fields here | |
name: microcks | |
version: "latest" | |
microcks: | |
replicas: 1 | |
url: microcks.KUBE_APPS_URL | |
postman: | |
replicas: 1 | |
keycloak: | |
install: true | |
persistent: true | |
volumeSize: 1Gi | |
url: microcks-keycloak.KUBE_APPS_URL | |
#serviceAccount: microcks-serviceaccount | |
#serviceAccountCredentials: ab54d329-e435-41ae-a900-ec6b3fe15c54 | |
mongodb: | |
install: true | |
persistent: true | |
volumeSize: 2Gi | |
features: | |
repositoryFilter: | |
enabled: true | |
labelKey: app | |
labelLabel: Application | |
labelList: app,status | |
async: | |
enabled: true | |
defaultBinding: KAFKA | |
defaultFrequency: 10 | |
kafka: | |
install: false | |
url: broker-kafka-bootstrap.microcks.svc:9092 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment