28 lines
526 B
YAML
28 lines
526 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: edchamberlain/ipmi-tools
|
||
|
tag: latest@sha256:271dd2c2c3953f02ed2a4fc6c6e60d960737ef0c69cf84890458ad70f570a7f2
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 4017
|
||
|
protocol: http
|
||
|
targetPort: 80
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env:
|
||
|
APP_IPMI_HOST: ""
|
||
|
APP_IPMI_PASS: ""
|
||
|
APP_IPMI_USER: ""
|
||
|
persistence:
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: /data
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|