Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
7b527a9242
|
|||
608156280d
|
|||
9f960857f8
|
|||
1ff835deb7
|
|||
6ad8cc9d6b
|
|||
07e18601f2
|
|||
040964998d
|
|||
f6b0061f10
|
@ -20,8 +20,9 @@ steps:
|
|||||||
target: KUBE_CONFIG_CONTENT
|
target: KUBE_CONFIG_CONTENT
|
||||||
commands:
|
commands:
|
||||||
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
|
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
|
||||||
- KUBECONFIG=/tmp/kubeconfig
|
- export KUBECONFIG=/tmp/kubeconfig
|
||||||
- kubectl get nodes
|
- cd $CI_WORKSPACE
|
||||||
|
- pwd
|
||||||
|
- cat deployment/deploy-yml.tmpl | sed -e 's,%IMAGE%,gitea.hottis.de/'$CI_REPO':'$CI_COMMIT_TAG','
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: tag
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: sinkserver
|
- name: sinkserver
|
||||||
image: wollud1969/sinkserver:e5f9d3e3
|
image: %IMAGE%
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 20169
|
- containerPort: 20169
|
||||||
protocol: UDP
|
protocol: UDP
|
Reference in New Issue
Block a user