Update Kubernetes deployment image references to match the actual image names pushed to the Gitea registry: - adopt-a-street/backend -> adopt-a-street-backend - adopt-a-street/frontend -> adopt-a-street-frontend Also remove node affinity preference from backend deployment to allow more flexible pod scheduling, and fix registry-secret namespace to align with current deployment structure. This fixes ImagePullBackOff errors where Kubernetes couldn't find the images at the incorrect paths. 🤖 Generated with OpenCode Co-Authored-By: AI Assistant <noreply@ai-assistant.com>
8 lines
371 B
YAML
8 lines
371 B
YAML
apiVersion: v1
|
|
data:
|
|
.dockerconfigjson: eyJhdXRocyI6eyJnaXRlYS1odHRwLnRhaWxkYjM0OTQudHMubmV0Ijp7InVzZXJuYW1lIjoid2lsbCIsInBhc3N3b3JkIjoiWU9VUl9BQ1RVQUxfR0lURUFfUEFTU1dPUkQiLCJlbWFpbCI6IndpbGxAdGFpbGRiMzQ5NC50cy5uZXQiLCJhdXRoIjoiZDJsc2JEcFpUMVZTWDBGRFZGVkJURjlIU1ZSRlFWOVFRVk5UVjA5U1JBPT0ifX19
|
|
kind: Secret
|
|
metadata:
|
|
name: regcred
|
|
type: kubernetes.io/dockerconfigjson
|