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
Some checks failed
GKE Auto-Deploy / build-and-deploy (push) Failing after 30s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user