You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.1 KiB
49 lines
1.1 KiB
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../base
|
|
- virtual-service.yaml
|
|
- authorizationpolicy.yaml
|
|
namespace: kubeflow
|
|
replacements:
|
|
- source:
|
|
fieldPath: metadata.namespace
|
|
kind: Service
|
|
name: centraldashboard
|
|
version: v1
|
|
targets:
|
|
- fieldPaths:
|
|
- spec.http.0.route.0.destination.host
|
|
options:
|
|
delimiter: .
|
|
index: 1
|
|
select:
|
|
group: networking.istio.io
|
|
kind: VirtualService
|
|
name: centraldashboard
|
|
version: v1alpha3
|
|
- source:
|
|
fieldPath: data.CD_CLUSTER_DOMAIN
|
|
kind: ConfigMap
|
|
name: centraldashboard-parameters
|
|
version: v1
|
|
targets:
|
|
- fieldPaths:
|
|
- spec.http.0.route.0.destination.host
|
|
options:
|
|
delimiter: .
|
|
index: 3
|
|
select:
|
|
group: networking.istio.io
|
|
kind: VirtualService
|
|
name: centraldashboard
|
|
version: v1alpha3
|
|
configurations:
|
|
- params.yaml
|
|
labels:
|
|
- includeSelectors: true
|
|
pairs:
|
|
app: centraldashboard
|
|
app.kubernetes.io/component: centraldashboard
|
|
app.kubernetes.io/name: centraldashboard
|
|
kustomize.component: centraldashboard
|
|
|