moved docker registry from gitlab to self-hosted service @ git.nbit.ch
This commit is contained in:
parent
0422863ca8
commit
3bbab431b4
|
|
@ -18,7 +18,7 @@ metadata:
|
|||
spec:
|
||||
containers:
|
||||
- name: mini-beieli-web
|
||||
image: registry.gitlab.com/drpuur/mini-beieli-web:2023020301
|
||||
image: git.nbit.ch/drpuur/mini-beieli-web:2023020301
|
||||
env:
|
||||
- name: REDIS_CONNECTION_STRING
|
||||
value: 127.0.0.1:6379
|
||||
|
|
@ -43,7 +43,7 @@ spec:
|
|||
- CAP_NET_RAW
|
||||
- CAP_AUDIT_WRITE
|
||||
- name: mini-beieli-lorahandler
|
||||
image: registry.gitlab.com/drpuur/mini-beieli-lorahandler:2022122801
|
||||
image: git.nbit.ch/drpuur/mini-beieli-lorahandler:2022122801
|
||||
env:
|
||||
- name: REDIS_CONNECTION_STRING
|
||||
value: 127.0.0.1:6379
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ spec:
|
|||
- mountPath: /mosquitto/log
|
||||
name: mosquittolog
|
||||
- name: mqtt2log
|
||||
image: registry.gitlab.com/drpuur/mqtt2log:2022123001
|
||||
image: git.nbit.ch/drpuur/mqtt2log:2022123001
|
||||
env:
|
||||
- name: TZ
|
||||
value: Europe/Zurich
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ metadata:
|
|||
spec:
|
||||
containers:
|
||||
- name: wo-bisch-web
|
||||
image: registry.gitlab.com/drpuur/wo-bisch-web:2023020304
|
||||
image: git.nbit.ch/drpuur/wo-bisch-web:2023020304
|
||||
env:
|
||||
- name: REDIS_CONNECTION_STRING
|
||||
value: 127.0.0.1:6379
|
||||
|
|
@ -43,7 +43,7 @@ spec:
|
|||
- CAP_NET_RAW
|
||||
- CAP_AUDIT_WRITE
|
||||
- name: wo-bisch-lorahandler
|
||||
image: registry.gitlab.com/drpuur/wo-bisch-lorahandler:2022122801
|
||||
image: git.nbit.ch/drpuur/wo-bisch-lorahandler:2022122801
|
||||
env:
|
||||
- name: REDIS_CONNECTION_STRING
|
||||
value: 127.0.0.1:6379
|
||||
|
|
|
|||
Loading…
Reference in New Issue