Files
tictactoe/manifest/helm/values.yaml
duynguyen 9c5243290d fix: use internal Harbor service for image pull
Switch from external harbor.fireflylab.local (no K8s DNS) to
harbor-core.harbor.svc.cluster.local which resolves via NodeLocalDNS.
Also reset tag to latest.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-27 13:10:49 +07:00

11 lines
174 B
YAML

image:
repository: harbor-core.harbor.svc.cluster.local/library/tictactoe
tag: latest
pullPolicy: IfNotPresent
replicaCount: 1
service:
port: 80
targetPort: 3000