mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
18 lines
266 B
YAML
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: []
|
|
|