27 lines
450 B
YAML
27 lines
450 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
|
|
|
|
readinessProbe:
|
|
httpGet:
|
|
path: /
|
|
port: http
|