29 lines
634 B
YAML
29 lines
634 B
YAML
---
|
|
apiVersion: apps/v1
|
|
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:
|
|
name: frontend
|
|
namespace: notes
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: frontend
|
|
image: cr.yandex/crp3ccidau046kdj8g9q/notes-frontend:production_81366854 |