66 lines
1,017 B
YAML
66 lines
1,017 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: dokuwiki/dokuwiki
|
|
pullpolicy: IfNotPresent
|
|
tag: ""
|
|
|
|
imagePullSecrets: []
|
|
podAnnotations: {}
|
|
podSecurityContext: {}
|
|
securityContext: {}
|
|
|
|
service:
|
|
type: LoadBalancer
|
|
port: 8004
|
|
targetPort: 8080
|
|
|
|
ingress:
|
|
enabled: true
|
|
className: ""
|
|
annotations: {}
|
|
hosts:
|
|
- host: wiki.roboces.dev
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls: []
|
|
|
|
persistence:
|
|
enabled: true
|
|
storageClass: "truenas-nfs-csi"
|
|
accessMode: ReadWriteMany
|
|
size: 2Gi
|
|
existingClaim: ""
|
|
|
|
autoscaling:
|
|
enabled: false
|
|
|
|
resources: {}
|
|
|
|
livenessProbe:
|
|
tcpSocket:
|
|
port: 8080
|
|
initialDelaySeconds: 30
|
|
timeoutSeconds: 15
|
|
successThreshold: 1
|
|
failureThreshold: 3
|
|
periodSeconds: 10
|
|
|
|
readinessProbe:
|
|
tcpSocket:
|
|
port: 8080
|
|
initialDelaySeconds: 15
|
|
timeoutSeconds: 2
|
|
successThreshold: 1
|
|
failureThreshold: 3
|
|
periodSeconds: 10
|
|
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|
|
|
|
env:
|
|
PHP_TIMEZONE: Europe/Madrid
|
|
PHP_MEMORYLIMIT: 512M
|
|
PHP_UPLOADLIMIT: 128M
|