46 lines
932 B
YAML
46 lines
932 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ich777/anope
|
|
tag: latest@sha256:2fd46d7763de04607785af06a2a31966f4f5b857a12a1895fc4e0bd7b7c626db
|
|
persistence:
|
|
datapath:
|
|
enabled: true
|
|
mountPath: /anope
|
|
portal:
|
|
open:
|
|
enabled: false
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
CASEMAP: rfc1459
|
|
DATA_PERM: "770"
|
|
HOST: irc.example.com
|
|
IP_ADDR: ""
|
|
IRCD: inspircd3
|
|
LOCAL_HOSTNAME: services
|
|
PASSWORD: ""
|
|
PORT: "7000"
|
|
SSL: "yes"
|
|
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|