Files
metalcheck/helm/values.yaml
Aleksandr Tcitlionok ea869e64b3
All checks were successful
CI Pipeline / Build and Push Docker Image (push) Successful in 3m53s
chore(app): use active docker image repository
2024-12-11 13:54:32 +00:00

36 lines
517 B
YAML

replicaCount: 2
image:
repository: ak-git.vectorsigma.ru/terghalin/metalcheck:latest
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: {}