32 lines
601 B
YAML
32 lines
601 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: binhex/arch-hexchat
|
|
tag: latest@sha256:87c3fc60cd354ffcd6c4911d85b678d07bcd4fd21efdb82329c076ec2796edec
|
|
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
|