Add dockerignore, fix Redis image, add troubleshooting docs

- Add .dockerignore for backend-java and frontend (276MB → 336KB)
- Fix Redis image to use full registry path (CRI-O compatibility)
- Update ingress TLS to www only (root domain DNS pending)
- Add comprehensive troubleshooting documentation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
joungmin
2026-03-10 00:23:42 +09:00
parent 7a896c8c56
commit 0ad09e5b67
5 changed files with 247 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ spec:
tls:
- hosts:
- www.tasteby.net
- tasteby.net
secretName: tasteby-tls
rules:
- host: www.tasteby.net

View File

@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: redis
image: redis:7-alpine
image: docker.io/library/redis:7-alpine
ports:
- containerPort: 6379
resources: