34 lines
647 B
YAML
34 lines
647 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/observium
|
|
tag: latest@sha256:7d77ec5c85b754258e02456678222a1d51f81fd432a0e04f3e6a91c7306b2ba1
|
|
persistence:
|
|
observium:
|
|
enabled: true
|
|
mountPath: /opt/observium/rrd
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8668
|
|
protocol: HTTP
|
|
targetPort: 8668
|
|
udpport1:
|
|
enabled: true
|
|
ports:
|
|
udpport1:
|
|
enabled: true
|
|
port: 8514
|
|
protocol: UDP
|
|
targetPort: 514
|
|
|
|
portal:
|
|
enabled: true
|