The Minikube version of the cluster has some differences from the main config (noted in the README) but will be useful for for future DevOps development.
13 lines
231 B
YAML
13 lines
231 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: atst-worker-envvars
|
|
namespace: atat
|
|
data:
|
|
TZ: UTC
|
|
DISABLE_CRL_CHECK: "True"
|
|
CRL_STORAGE_PROVIDER: CLOUDFILES
|
|
REDIS_URI: "redis://redis-svc:6379"
|
|
PGHOST: postgres-svc
|