42 lines
739 B
YAML
42 lines
739 B
YAML
|
env:
|
||
|
CASEMAP: rfc1459
|
||
|
DATA_PERM: "770"
|
||
|
HOST: irc.example.com
|
||
|
IP_ADDR: ""
|
||
|
IRCD: inspircd3
|
||
|
LOCAL_HOSTNAME: services
|
||
|
PASSWORD: ""
|
||
|
PORT: "7000"
|
||
|
SSL: "yes"
|
||
|
UMASK: "000"
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/anope
|
||
|
tag: latest@sha256:db7fe61af11aa50ec63ed50b7718081aca3e8e1176a7b122ddd5f33089d62866
|
||
|
persistence:
|
||
|
datapath:
|
||
|
enabled: true
|
||
|
mountPath: /anope
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
probes:
|
||
|
liveness:
|
||
|
enabled: false
|
||
|
readiness:
|
||
|
enabled: false
|
||
|
startup:
|
||
|
enabled: false
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
enabled: false
|
||
|
ports:
|
||
|
main:
|
||
|
enabled: false
|
||
|
|
||
|
portal:
|
||
|
enabled: false
|