mirror of
https://github.com/zoriya/snow.git
synced 2026-08-08 15:29:03 +00:00
13 lines
212 B
YAML
13 lines
212 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
labels:
|
|
- includeSelectors: true
|
|
pairs:
|
|
apps.kubernetes.io/name: proxy
|
|
|
|
resources:
|
|
- ./deploy.yaml
|
|
- ./svc.yaml
|
|
- ./ingress.yaml
|