Skip to content
Snippets Groups Projects
Commit a2703717 authored by Dobromir Palushev's avatar Dobromir Palushev
Browse files

Getting staging's latest state

parent e3bcbfc4
No related branches found
No related tags found
1 merge request!60Getting staging's latest state
...@@ -136,6 +136,7 @@ create-release-tag: ...@@ -136,6 +136,7 @@ create-release-tag:
- echo ${VERSION} - echo ${VERSION}
- TAG=v${VERSION} - TAG=v${VERSION}
- git tag $TAG && git push origin $TAG - git tag $TAG && git push origin $TAG
allow_failure: true
deploy-new-staging-version: deploy-new-staging-version:
extends: .gke-deployment extends: .gke-deployment
......
...@@ -8,14 +8,6 @@ metadata: ...@@ -8,14 +8,6 @@ metadata:
kubernetes.io/ingress.global-static-ip-name: {{static-ip-name}} kubernetes.io/ingress.global-static-ip-name: {{static-ip-name}}
networking.gke.io/managed-certificates: todoapp-managed-cert # defined in the infrastructure repository networking.gke.io/managed-certificates: todoapp-managed-cert # defined in the infrastructure repository
spec: spec:
# rules:
# - http:
# paths:
# - path: /*
# pathType: ImplementationSpecific
# backend:
# serviceName: todo-app-service
# servicePort: 80
defaultBackend: defaultBackend:
service: service:
name: todo-app-service name: todo-app-service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment