docs/deploy/helm/values.yaml

57 lines
914 B
YAML
Raw Permalink Normal View History

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