Files
charts/bitnami/osclass/ci/values-with-host-and-ingress.yaml
2020-12-11 17:55:06 +01:00

18 lines
266 B
YAML

osclassHost: osclass.local
service:
type: ClusterIP
ingress:
enabled: true
tls: true
hostname: osclass.local
metrics:
enabled: true
# Avoids issues with yamllint
livenessProbe:
httpGet:
httpHeaders: []
readinessProbe:
httpGet:
httpHeaders: []