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>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
repository: harbor.fireflylab.local/library/tictactoe
|
repository: harbor-core.harbor.svc.cluster.local/library/tictactoe
|
||||||
tag: main-82abbd8c
|
tag: latest
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user