18 lines
360 B
YAML
18 lines
360 B
YAML
|
### deployment/kustomization.yaml ###
|
||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
# Define resources:
|
||
|
resources:
|
||
|
- deployment.yaml
|
||
|
- service.yaml
|
||
|
- pvc.yaml
|
||
|
- secret.yaml
|
||
|
- httproute-http.yaml
|
||
|
- httproute-https.yaml
|
||
|
- configmap.yaml
|
||
|
|
||
|
labels:
|
||
|
- includeSelectors: true
|
||
|
pairs:
|
||
|
app.kubernetes.io/managed-by: kustomize
|