32 lines
601 B
YAML
32 lines
601 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: binhex/arch-hexchat
|
|
tag: latest@sha256:12f4d034954a276a965d5098f267db6627858f1257e4c6b448c0f7afc3a194ce
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10307
|
|
protocol: http
|
|
targetPort: 6080
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
VNC_PASSWORD: ""
|
|
WEBPAGE_TITLE: HexChat
|