forked from RemoteSync/librnms-helm-charts
Add ingress object (#16)
* Add ingress and testing values * Bump version
This commit is contained in:
@@ -123,6 +123,27 @@ librenms:
|
||||
# -- Extra environment variable for RRDCACHED container
|
||||
extraEnvs: {}
|
||||
|
||||
# -- LibreNMS ingress configuration
|
||||
ingress:
|
||||
# -- Enable or disable ingress
|
||||
enabled: false
|
||||
# -- Ingress class name
|
||||
className: ""
|
||||
# -- Ingress annotations
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
# -- Ingress ingress rules
|
||||
hosts:
|
||||
- host: chart-example.local
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls: []
|
||||
# - secretName: chart-example-tls
|
||||
# hosts:
|
||||
# - chart-example.local
|
||||
|
||||
# -- Configuration for MySQL dependency chart by Bitnami. See their chart for
|
||||
# more information: https://github.com/bitnami/charts/tree/master/bitnami/mysql
|
||||
mysql:
|
||||
|
Reference in New Issue
Block a user