73 lines
1.2 KiB
YAML
73 lines
1.2 KiB
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: registry.brunner.ninja/feedc0de/php-apache
|
|
# Empty means the chart's appVersion. Published charts set appVersion to
|
|
# the exact image build tag produced in the same CI run.
|
|
tag: ""
|
|
pullPolicy: IfNotPresent
|
|
|
|
imagePullSecrets:
|
|
- name: quay-pull-secret
|
|
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
deploymentAnnotations: {}
|
|
podAnnotations: {}
|
|
|
|
strategy:
|
|
type: RollingUpdate
|
|
rollingUpdate:
|
|
maxUnavailable: 0
|
|
maxSurge: 1
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
|
|
persistence:
|
|
enabled: true
|
|
existingClaim: ""
|
|
mountPath: /srv/http
|
|
accessModes:
|
|
- ReadWriteMany
|
|
storageClass: rook-cephfs
|
|
size: 1Gi
|
|
retain: true
|
|
|
|
ingress:
|
|
enabled: false
|
|
className: traefik
|
|
annotations:
|
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
|
hosts:
|
|
- host: example.invalid
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls: []
|
|
|
|
probes:
|
|
startup:
|
|
enabled: true
|
|
periodSeconds: 2
|
|
timeoutSeconds: 2
|
|
failureThreshold: 60
|
|
readiness:
|
|
enabled: true
|
|
periodSeconds: 5
|
|
timeoutSeconds: 2
|
|
failureThreshold: 3
|
|
liveness:
|
|
enabled: true
|
|
periodSeconds: 15
|
|
timeoutSeconds: 2
|
|
failureThreshold: 3
|
|
|
|
resources: {}
|
|
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|