29 lines
540 B
YAML
29 lines
540 B
YAML
|
env:
|
||
|
APP_IPMI_HOST: ""
|
||
|
APP_IPMI_PASS: ""
|
||
|
APP_IPMI_USER: ""
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/ipmi-tools
|
||
|
tag: latest@sha256:705e2d6a0787c6da56dd4d8b7ed79ac2f76f64eb129f0c707078a1fb4879d17d
|
||
|
persistence:
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: /data
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 4017
|
||
|
protocol: TCP
|
||
|
targetPort: 80
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|