Skip to content

Commit

Permalink
Merge pull request #3765 from NicholasTurner23/update/Kafka-implement…
Browse files Browse the repository at this point in the history
…ations

Update/kafka implementations
  • Loading branch information
Baalmart authored Oct 25, 2024
2 parents fbb8141 + 61c6ead commit 3aaeff8
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions k8s/analytics/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: production
nameOverride: ''
fullnameOverride: ''
nameOverride: ""
fullnameOverride: ""
images:
repositories:
api: eu.gcr.io/airqo-250220/airqo-analytics-api
Expand Down
4 changes: 2 additions & 2 deletions k8s/auth-service/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ replicaCount: 3
image:
repository: eu.gcr.io/airqo-250220/airqo-auth-api
tag: prod-3f8fdc79-1729849480
nameOverride: ''
fullnameOverride: ''
nameOverride: ""
fullnameOverride: ""
podAnnotations: {}
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions k8s/device-registry/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ replicaCount: 3
image:
repository: eu.gcr.io/airqo-250220/airqo-device-registry-api
tag: prod-3f8fdc79-1729849480
nameOverride: ''
fullnameOverride: ''
nameOverride: ""
fullnameOverride: ""
podAnnotations: {}
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions k8s/exceedance/values-prod-airqo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ app:
image:
repository: eu.gcr.io/airqo-250220/airqo-exceedance-job
tag: prod-3f8fdc79-1729849480
nameOverride: ''
fullnameOverride: ''
nameOverride: ""
fullnameOverride: ""
4 changes: 2 additions & 2 deletions k8s/exceedance/values-prod-kcca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ app:
image:
repository: eu.gcr.io/airqo-250220/kcca-exceedance-job
tag: prod-3f8fdc79-1729849480
nameOverride: ''
fullnameOverride: ''
nameOverride: ""
fullnameOverride: ""
4 changes: 2 additions & 2 deletions k8s/predict/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nameOverride: ''
fullnameOverride: ''
nameOverride: ""
fullnameOverride: ""
namespace: production
images:
repositories:
Expand Down
4 changes: 2 additions & 2 deletions k8s/workflows/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ images:
redisContainer: eu.gcr.io/airqo-250220/airqo-redis
containers: eu.gcr.io/airqo-250220/airqo-workflows
tag: prod-3f8fdc79-1729849480
nameOverride: ''
fullnameOverride: ''
nameOverride: ""
fullnameOverride: ""
podAnnotations: {}
resources:
webserver:
Expand Down
4 changes: 2 additions & 2 deletions k8s/workflows/values-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ images:
redisContainer: eu.gcr.io/airqo-250220/airqo-stage-redis
containers: eu.gcr.io/airqo-250220/airqo-stage-workflows
tag: stage-92a98db0-1729849451
nameOverride: ''
fullnameOverride: ''
nameOverride: ""
fullnameOverride: ""
podAnnotations: {}
resources:
webserver:
Expand Down

0 comments on commit 3aaeff8

Please sign in to comment.