This commit is contained in:
ivan 2026-04-16 18:49:12 +05:00
parent a9fc9055fc
commit 6491cada6b
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: checklists-backend name: checklists-backend
namespace: rfi namespace: checklists
labels: labels:
app: checklists-backend app: checklists-backend
service: api service: api

View File

@ -1,7 +1,7 @@
--- ---
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: rfi namespace: subscriptions
resources: resources:
- namespace.yaml - namespace.yaml
- backend-deployment.yaml - backend-deployment.yaml