mirror of
https://github.com/zoriya/snow.git
synced 2026-08-15 18:44:14 +00:00
16 lines
268 B
YAML
16 lines
268 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
labels:
|
|
- includeSelectors: true
|
|
pairs:
|
|
apps.kubernetes.io/name: sish
|
|
|
|
resources:
|
|
- ./deploy.yaml
|
|
- ./svc.yaml
|
|
- ./ingress.yaml
|
|
- ./certificate.yaml
|
|
- ./pubkeys.yaml
|
|
- ./pvc.yaml
|