Files
metalcheck/helm/values.yaml
2024-12-11 09:05:15 +00:00

36 lines
504 B
YAML

replicaCount: 2
image:
repository: ghcr.io/terghalin/metalcheck-backend
tag: latest
pullPolicy: IfNotPresent
service:
type: LoadBalancer
port: 80
ingress:
enabled: false
annotations: {}
hosts:
- host: metalcheck.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
resources:
limits:
cpu: "500m"
memory: "512Mi"
requests:
cpu: "250m"
memory: "256Mi"
env:
HETZNER_TOKEN: ""
nodeSelector: {}
tolerations: []
affinity: {}