This commit is contained in:
ivan 2026-07-21 14:45:45 +05:00
parent eee24c8b62
commit ef9c579d3d
2 changed files with 9 additions and 25 deletions

View File

@ -8,4 +8,4 @@ patches:
target: target:
kind: Namespace kind: Namespace
name: notes name: notes
- path: patch.yaml - path: patch.yaml

View File

@ -1,29 +1,13 @@
--- ---
apiVersion: apps/v1 apiVersion: helm.toolkit.fluxcd.io/v2
kind: Deployment kind: HelmRelease
metadata:
name: backend
namespace: notes
spec:
template:
spec:
containers:
- name: main
image: cr.yandex/crp3ccidau046kdj8g9q/notes-backend:production_81366854
env:
- name: BASE_HOST
value: https://sarex.ru/notes
- name: DJANGO_HOST
value: https://sarex.ru
---
apiVersion: apps/v1
kind: Deployment
metadata: metadata:
name: frontend name: frontend
namespace: notes namespace: notes
spec: spec:
template: values:
spec: services:
containers: frontend:
- name: frontend deployment:
image: cr.yandex/crp3ccidau046kdj8g9q/notes-frontend:production_81366854 replicaCount:
_default: 1