12 lines
276 B
YAML
12 lines
276 B
YAML
ingress:
|
|
host: api.test.sova.local
|
|
image:
|
|
tag: backend-v1.0.3-test
|
|
pullPolicy: IfNotPresent
|
|
repository: git.sova.local/sova/backend
|
|
imagePullSecrets:
|
|
- name: gitea-registry
|
|
env:
|
|
API_PUBLIC_URL: http://api.test.sova.local
|
|
API_BASE_URL: http://api.test.sova.local
|