32 lines
647 B
YAML
32 lines
647 B
YAML
ingress:
|
|
enabled: true
|
|
className: traefik
|
|
hosts:
|
|
- host: lubelogger.numbergoup.co.za
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- secretName: wildcard-numbergoup-coza-tls
|
|
hosts:
|
|
- lubelogger.numbergoup.co.za
|
|
|
|
postgres:
|
|
connect: true
|
|
create: false
|
|
name: lubelogger-postgres-connection
|
|
keyRef: POSTGRES_CONNECTION
|
|
|
|
secret:
|
|
create: false
|
|
|
|
config:
|
|
userConfig:
|
|
UserNameHash: "efe616a3b7fbf355054ad2225788f464f56026387ac64b8f24d64cb179a40c7a"
|
|
UserPasswordHash: "9284242ae54aadd8643a7ffd6645e09f7bb449601299ec5cbe9baa3edc6cc207"
|
|
|
|
readinessProbe:
|
|
httpGet:
|
|
path: /
|
|
port: http
|