charts/zombi/mediawiki/values.yaml
2021-01-12 13:10:25 +01:00

71 lines
1.1 KiB
YAML

# Default values for mediawiki.
replicaCount: 1
image:
repository: zombi/mediawiki
pullPolicy: IfNotPresent
tag: "latest"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
wiki:
server: "https://wiki.example.org"
persistence:
enabled: false
#existingClaim: pvc-name-mediawiki
podAnnotations: {}
podSecurityContext:
fsGroup: 33 # www-data
securityContext:
runAsNonRoot: true
runAsUser: 33 # www-data
allowPrivilegeEscalation: false
capabilities:
drop:
- all
add:
- NET_BIND_SERVICE # For listening on port 80
# readOnlyRootFilesystem: true
service:
type: ClusterIP
port: 80
ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths: []
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
extraVolumeMounts: {}
extraVolumes: {}
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}