Files
hello-svc/k8s/base/values.yaml
T
rod 7b778aeb54 Use internal registry URL for image pulls
git.samidare.dev resolves to the external IP but router blocks inbound
traffic on 80/443. Switch to synologynas.local:3000 which resolves via
the home router DNS and is reachable from within the cluster.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 13:27:59 +02:00

26 lines
450 B
YAML

# Helm values used to render k8s/base/manifest.yaml.
# Run 'make render-helm' after changing these or the chart templates.
replicaCount: 1
image:
repository: synologynas.local:3000/rod/hello-svc
pullPolicy: Always
tag: "latest"
env:
APP_ENV: production
LOG_LEVEL: info
APP_VERSION: unknown
resources:
requests:
cpu: 100m
memory: 64Mi
limits:
cpu: 500m
memory: 128Mi
serviceMonitor:
enabled: true
interval: 30s