This commit is contained in:
ivan 2026-04-17 12:44:31 +05:00
parent 62a4bf085e
commit a3f0a049f0
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: rfi-backend-api-svc name: rfi-backend-api-svc
namespace: rfi namespace: system-log
spec: spec:
type: ClusterIP type: ClusterIP
selector: selector:

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: system-log
resources: resources:
- namespace.yaml - namespace.yaml
- backend-deployment.yaml - backend-deployment.yaml