github.com/verrazzano/verrazzano@v1.7.1/tests/testdata/install-configurations/install-prod-pvc-keycloak-override.yaml (about) 1 # Copyright (c) 2021, Oracle and/or its affiliates. 2 # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. 3 # 4 # Configure emptyDir storage for KeyCloak MySQL in prod install profile 5 apiVersion: install.verrazzano.io/v1alpha1 6 kind: Verrazzano 7 metadata: 8 name: prod-mysql-storage-example 9 spec: 10 profile: prod 11 components: 12 keycloak: 13 mysql: 14 volumeSource: 15 emptyDir: {} 16