Aggiungi il debug per la lista dei file e correggi il percorso nel file di deployment
Some checks failed
GKE Auto-Deploy / build-and-deploy (push) Failing after 30s

This commit is contained in:
2026-01-28 18:27:08 +01:00
parent e4fff4da9e
commit b6eb2d9636
2 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: ${APP_NAME}
name: ${APP_NAME}
labels:
app: ${APP_NAME}
spec:
@@ -16,14 +16,14 @@ spec:
spec:
containers:
- name: app-container
image: ${FULL_IMAGE_NAME}
image: ${FULL_IMAGE_NAME}
ports:
- containerPort: 80
---
apiVersion: v1
kind: Service
metadata:
name: ${APP_NAME}-service
name: ${APP_NAME}-service
spec:
type: LoadBalancer
selector: