This commit is contained in:
parent
9e4b820757
commit
771753a3cb
4 changed files with 115 additions and 9 deletions
|
@ -0,0 +1,14 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: servala
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: servala
|
||||
env:
|
||||
- name: SERVALA_ENVIRONMENT
|
||||
value: production
|
||||
- name: SERVALA_ALLOWED_HOSTS
|
||||
value: portal.servala.com
|
Loading…
Add table
Add a link
Reference in a new issue