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:36ee4711a8a5e1376ab1d7e9eb1726aa918eaacbbb13c65452455b674d5d80da
|
|
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
|