blog/deploy/helm/values.yaml

57 lines
900 B
YAML
Raw Normal View History

2022-12-23 14:10:41 +00:00
replicaCount: 2
2022-09-11 18:36:27 +00:00
image:
repository: code.icb4dc0.de/prskr/blog
2022-09-11 18:36:27 +00:00
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
2022-12-29 10:46:05 +00:00
imagePullSecrets: []
2022-09-11 18:36:27 +00:00
nameOverride: ""
fullnameOverride: ""
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
2022-12-30 19:29:08 +00:00
securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
runAsNonRoot: true
runAsUser: 65532
2022-09-11 18:36:27 +00:00
service:
type: ClusterIP
2022-12-29 10:46:05 +00:00
port: 3000
2022-09-11 18:36:27 +00:00
ingress:
enabled: true
2022-12-30 19:29:08 +00:00
className: "traefik"
2022-09-11 18:36:27 +00:00
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: www.icb4dc0.de
paths:
- path: /
pathType: ImplementationSpecific
tls: []
2022-12-30 19:29:08 +00:00
resources:
limits:
cpu: 100m
memory: 60Mi
requests:
cpu: 50m
memory: 20Mi
2022-09-11 18:36:27 +00:00
nodeSelector: {}
tolerations: []
affinity: {}