Update k8s/apps/pasarguard/deployment.yaml
This commit is contained in:
@@ -50,6 +50,10 @@ spec:
|
|||||||
value: "/app/tls/tls.crt"
|
value: "/app/tls/tls.crt"
|
||||||
- name: UVICORN_SSL_KEYFILE
|
- name: UVICORN_SSL_KEYFILE
|
||||||
value: "/app/tls/tls.key"
|
value: "/app/tls/tls.key"
|
||||||
|
- name: CUSTOM_TEMPLATES_DIRECTORY
|
||||||
|
value: "/code/app/templates/"
|
||||||
|
- name: SUBSCRIPTION_PAGE_TEMPLATE
|
||||||
|
value: "subscription/index.html"
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8000
|
containerPort: 8000
|
||||||
|
|||||||
Reference in New Issue
Block a user