25 lines
475 B
YAML
25 lines
475 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: intern-workspace
|
|
namePrefix: dev-
|
|
|
|
# Ganti 'commonLabels' ke 'labels' (yang baru)
|
|
labels:
|
|
- pairs:
|
|
environment: dev
|
|
|
|
# Referensi ke base
|
|
resources:
|
|
- ../../k8s
|
|
|
|
# Ganti deprecated field
|
|
patches:
|
|
- path: patch-deployment.yaml
|
|
target:
|
|
kind: Deployment
|
|
name: backend-app-syifa
|
|
- path: patch-deployment.yaml
|
|
target:
|
|
kind: Deployment
|
|
name: frontend-app-syifa |