Update the registry
This commit is contained in:
parent
76d3359896
commit
31bce27adf
@ -1,7 +1,7 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: registry.gitlab.com/dvirlabs/open-meteo-service
|
repository: registry.gitlab.com/dvirlabs-group/open-meteo-service
|
||||||
tag: "latest"
|
tag: "latest"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ service:
|
|||||||
port: 8000
|
port: 8000
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: false
|
||||||
className: "traefik"
|
className: "traefik"
|
||||||
hosts:
|
hosts:
|
||||||
- host: open-meteo-gitlab.dvirlabs.com
|
- host: open-meteo-gitlab.dvirlabs.com
|
||||||
@ -53,7 +53,7 @@ prometheus:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 9090
|
port: 9090
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: false
|
||||||
className: "traefik"
|
className: "traefik"
|
||||||
hosts:
|
hosts:
|
||||||
- host: open-meteo-prometheus-gitlab.dvirlabs.com
|
- host: open-meteo-prometheus-gitlab.dvirlabs.com
|
||||||
@ -80,7 +80,7 @@ grafana:
|
|||||||
adminUser: admin
|
adminUser: admin
|
||||||
adminPassword: admin
|
adminPassword: admin
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: false
|
||||||
className: "traefik"
|
className: "traefik"
|
||||||
hosts:
|
hosts:
|
||||||
- host: open-meteo-grafana-gitlab.dvirlabs.com
|
- host: open-meteo-grafana-gitlab.dvirlabs.com
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user