deployment configuration
This commit is contained in:
parent
e289de8de8
commit
490c381c2f
|
|
@ -0,0 +1,14 @@
|
|||
kind: ExternalService
|
||||
name: app-test
|
||||
spec:
|
||||
allow_http: false
|
||||
disable_default_domains: true
|
||||
image: registry.gitlab.com/didvan/didvan-app/api:latest
|
||||
image_pull_policy: Always
|
||||
image_pull_secret: $SEC_NAME
|
||||
path: /
|
||||
replicas: 1
|
||||
resources:
|
||||
memory: 250Mi
|
||||
domains:
|
||||
- name: test.didvan.app
|
||||
Loading…
Reference in New Issue