mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
19 lines
317 B
YAML
19 lines
317 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: turash
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- configmap.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
- hpa.yaml
|
|
- pdb.yaml
|
|
- frontend-deployment.yaml
|
|
- frontend-service.yaml
|
|
- frontend-ingress.yaml
|
|
- frontend-hpa.yaml
|
|
|