44 lines
576 B
YAML
44 lines
576 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: ghcr.io/lennart-k/rustical
|
|
pullpolicy: IfNotPresent
|
|
tag: ""
|
|
|
|
imagePullSecrets: []
|
|
podAnnotations: {}
|
|
podSecurityContext: {}
|
|
securityContext: {}
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 4000
|
|
targetPort: 4000
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
resources: {}
|
|
|
|
livenessProbe: {}
|
|
readinessProbe: {}
|
|
|
|
autoscaling:
|
|
enabled: false
|
|
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|
|
|
|
rustical: {}
|
|
|
|
secret:
|
|
enabled: false
|
|
existingSecretName: ""
|
|
data: {}
|
|
|
|
persistence:
|
|
enabled: true
|
|
existingClaim: ""
|
|
size: "1Gi"
|
|
mountPath: /var/lib/rustical/
|