12 lines
301 B
YAML
12 lines
301 B
YAML
ingress:
|
|
host: api.test.sova.local
|
|
image:
|
|
tag: backend-v1.0.1-test
|
|
pullPolicy: IfNotPresent
|
|
repository: gitea-http.gitea.svc.cluster.local:3000/sova/backend
|
|
imagePullSecrets:
|
|
- name: gitea-registry
|
|
env:
|
|
API_PUBLIC_URL: http://api.test.sova.local
|
|
API_BASE_URL: http://api.test.sova.local
|