Compare commits

..

No commits in common. "58962ae5f9d2e651210cc86fd852662b614b53d5" and "7077a12868b6eaaab795d96dccc1f9ce7afbd76a" have entirely different histories.

3 changed files with 1 additions and 13 deletions

View file

@ -22,7 +22,7 @@ steps:
image: aaronriedel/kustomize-ci
commands:
- cd /deployment-repo
- git clone -b $DRONE_BRANCH https://git.ar21.de/yolokube/core-deployments.git .
- git clone https://git.ar21.de/yolokube/core-deployments.git .
- cd /deployment-repo/dashboard/overlays/staging
- kustomize build -o /deployment-repo/dashboard/staging/dashboard.yaml
volumes:

View file

@ -26,12 +26,6 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 8080
livenessProbe:
httpGet:
path: /
port: 8080
initialDelaySeconds: 3
periodSeconds: 3
---
apiVersion: v1
kind: Service

View file

@ -36,12 +36,6 @@ spec:
containers:
- image: git.ar21.de/yolokube/dashboard:staging-777
imagePullPolicy: Always
livenessProbe:
httpGet:
path: /
port: 8080
initialDelaySeconds: 3
periodSeconds: 3
name: dashboard
ports:
- containerPort: 8080