mirror of
https://github.com/zoriya/snow.git
synced 2026-08-15 18:44:14 +00:00
19 lines
303 B
YAML
19 lines
303 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
labels:
|
|
- includeSelectors: true
|
|
pairs:
|
|
app.kubernetes.io/component: transmission
|
|
|
|
configMapGenerator:
|
|
- name: scripts
|
|
files:
|
|
- ./guesspath.sh
|
|
|
|
resources:
|
|
- ./deployment.yaml
|
|
- ./service.yaml
|
|
- ./secrets.yaml
|
|
- ./pv-config.yaml
|