mirror of
https://github.com/nofusscomputing/kubernetes.git
synced 2025-08-02 04:22:42 +00:00
20 lines
292 B
YAML
20 lines
292 B
YAML
---
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
|
|
namespace: website
|
|
|
|
|
|
commonLabels:
|
|
app.kubernetes.io/instance: cluster
|
|
app.kubernetes.io/name: nginx
|
|
app.kubernetes.io/part-of: nginx
|
|
|
|
|
|
resources:
|
|
- configmap-nginx.yaml
|
|
- service.yaml
|
|
- deployment-nginx.yaml
|