Compare commits
No commits in common. "ef9c579d3dba742e2edf16b6a0b8459e9811169e" and "f6f5137dede6cb41db9a6bbb3732a263cec521fc" have entirely different histories.
ef9c579d3d
...
f6f5137ded
@ -8,4 +8,4 @@ patches:
|
|||||||
target:
|
target:
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
name: notes
|
name: notes
|
||||||
- path: patch.yaml
|
- path: patch.yaml
|
||||||
|
|||||||
@ -1,13 +1,29 @@
|
|||||||
---
|
---
|
||||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
apiVersion: apps/v1
|
||||||
kind: HelmRelease
|
kind: Deployment
|
||||||
|
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:
|
||||||
values:
|
template:
|
||||||
services:
|
spec:
|
||||||
frontend:
|
containers:
|
||||||
deployment:
|
- name: frontend
|
||||||
replicaCount:
|
image: cr.yandex/crp3ccidau046kdj8g9q/notes-frontend:production_81366854
|
||||||
_default: 1
|
|
||||||
Loading…
Reference in New Issue
Block a user