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>
11 lines
174 B
YAML
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
|