Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit b9015d9

Browse files
schreibergeorgchrischdi
authored andcommitted
kubernetes: linked to docker images hosted on github
1 parent 496ba9e commit b9015d9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ Usage of ./kosmoo:
7474
## Deployment to Kubernetes
7575

7676
*kosmoo* can get deployed as a deployment. See the [instructions](kubernetes/) how to get started.
77+
You can also use the docker images under [packages](https://github.com/Daimler/kosmoo/packages),
78+
see also [authenticating-to-github-package-registry](https://help.github.com/en/articles/configuring-docker-for-use-with-github-package-registry#authenticating-to-github-package-registry).
79+
80+
7781

7882
## Metrics
7983

kubernetes/base/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- args:
2323
- -refresh-interval=300
2424
- -cloud-conf=/etc/cloud.conf
25-
image: daimler/kosmoo:latest
25+
image: docker.pkg.github.com/daimler/kosmoo/kosmoo:latest
2626
imagePullPolicy: Always
2727
name: exporter
2828
ports:

kubernetes/overlays/examples/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ kind: Kustomization
44
bases:
55
- ../../base
66
images:
7-
- name: daimler/kosmoo
7+
- name: docker.pkg.github.com/daimler/kosmoo/kosmoo
88
newName: other/kosmoo
99
newTag: new

0 commit comments

Comments
 (0)