deploy config files
This commit is contained in:
parent
530965bff1
commit
6ff4a2c9e5
|
|
@ -0,0 +1 @@
|
||||||
|
image.name: app-test
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
kind: ExternalService
|
||||||
|
name: app-test
|
||||||
|
spec:
|
||||||
|
allow_http: false
|
||||||
|
disable_default_domains: true
|
||||||
|
image: app-test:0.0.4
|
||||||
|
image_pull_policy: IfNotPresent
|
||||||
|
path: /
|
||||||
|
replicas: 1
|
||||||
|
resources:
|
||||||
|
memory: 50Mi
|
||||||
|
domains:
|
||||||
|
- name: dev.didvan.app
|
||||||
Loading…
Reference in New Issue