Merge branch 'dev' of https://gitlab.com/Didvan/didvan-app into dev
This commit is contained in:
commit
f8150ea737
|
|
@ -1,13 +1,13 @@
|
||||||
kind: ExternalService
|
kind: ExternalService
|
||||||
name: app-dev
|
name: app-test
|
||||||
spec:
|
spec:
|
||||||
allow_http: false
|
allow_http: false
|
||||||
disable_default_domains: true
|
disable_default_domains: true
|
||||||
image: app-dev:1.5.10
|
image: app:1.2.0
|
||||||
image_pull_policy: IfNotPresent
|
image_pull_policy: IfNotPresent
|
||||||
path: /
|
path: /
|
||||||
replicas: 1
|
replicas: 1
|
||||||
resources:
|
resources:
|
||||||
memory: 100Mi
|
memory: 150Mi
|
||||||
domains:
|
domains:
|
||||||
- name: dev.didvan.app
|
- name: web.didvan.app
|
||||||
Loading…
Reference in New Issue