github.com/verrazzano/verrazzano@v1.7.1/tests/testdata/test-applications/weblogic/hello-weblogic/hello-wls-mc-app.yaml (about) 1 # Copyright (c) 2022, 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 apiVersion: clusters.verrazzano.io/v1alpha1 5 kind: MultiClusterApplicationConfiguration 6 metadata: 7 name: hello-appconf 8 spec: 9 template: 10 metadata: 11 annotations: 12 version: v1.0.0 13 spec: 14 components: 15 - componentName: hello-domain 16 traits: 17 - trait: 18 apiVersion: oam.verrazzano.io/v1alpha1 19 kind: MetricsTrait 20 spec: 21 scraper: verrazzano-system/vmi-system-prometheus-0 22 - trait: 23 apiVersion: oam.verrazzano.io/v1alpha1 24 kind: IngressTrait 25 spec: 26 rules: 27 - paths: 28 - path: "/hello" 29 pathType: Prefix 30 placement: 31 clusters: 32 - name: managed1 33 secrets: 34 - hellodomain-repo-credentials 35 - hellodomain-weblogic-credentials