Update k8s/apps/pasarguard/deployment.yaml
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 13s
Check with kubeconform / lint (push) Successful in 14s

Enabled PasarGuard API
This commit is contained in:
ab
2025-11-06 13:36:29 +00:00
parent 014db9ad81
commit 792421ffc5

View File

@@ -33,6 +33,8 @@ spec:
value: "0.0.0.0" value: "0.0.0.0"
- name: UVICORN_PORT - name: UVICORN_PORT
value: "8000" value: "8000"
- name: DOCS
value: "true"
- name: UVICORN_SSL_CERTFILE - name: UVICORN_SSL_CERTFILE
value: "/app/tls/tls.crt" value: "/app/tls/tls.crt"
- name: UVICORN_SSL_KEYFILE - name: UVICORN_SSL_KEYFILE