Skip to content

Commit 411d4ce

Browse files
author
Anandkumar Patel
committed
update gamma
1 parent 849872d commit 411d4ce

22 files changed

Lines changed: 67 additions & 29 deletions

File tree

ansible/k8/gamma/api-socket-server/deployments/api-socket-server

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
imagePullSecrets:
1313
- name: runnable-kubernetes-pull-secret
1414
containers:
15-
- image: quay.io/runnable/api:v11.39.1
15+
- image: quay.io/runnable/api:v11.39.2
1616
imagePullPolicy: Always
1717
name: api-socket-server
1818
resources:
@@ -47,7 +47,9 @@ spec:
4747
- name: CREAM_HOST
4848
value: "http://cream:8899"
4949
- name: DATADOG_HOST
50-
value: "datadog"
50+
valueFrom:
51+
fieldRef:
52+
fieldPath: spec.nodeName
5153
- name: DATADOG_PORT
5254
value: "8125"
5355
- name: DOCKER_BUILD_LINE_TIMEOUT_MS

ansible/k8/gamma/api-worker/deployments/api-worker

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
imagePullSecrets:
1313
- name: runnable-kubernetes-pull-secret
1414
containers:
15-
- image: quay.io/runnable/api:v11.39.1
15+
- image: quay.io/runnable/api:v11.39.2
1616
imagePullPolicy: Always
1717
name: api-worker
1818
resources:
@@ -47,7 +47,9 @@ spec:
4747
- name: CREAM_HOST
4848
value: "http://cream:8899"
4949
- name: DATADOG_HOST
50-
value: "datadog"
50+
valueFrom:
51+
fieldRef:
52+
fieldPath: spec.nodeName
5153
- name: DATADOG_PORT
5254
value: "8125"
5355
- name: DOCKER_BUILD_LINE_TIMEOUT_MS

ansible/k8/gamma/api/deployments/api

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
imagePullSecrets:
1313
- name: runnable-kubernetes-pull-secret
1414
containers:
15-
- image: quay.io/runnable/api:v11.39.1
15+
- image: quay.io/runnable/api:v11.39.2
1616
imagePullPolicy: Always
1717
name: api
1818
resources:
@@ -47,7 +47,9 @@ spec:
4747
- name: CREAM_HOST
4848
value: "http://cream:8899"
4949
- name: DATADOG_HOST
50-
value: "datadog"
50+
valueFrom:
51+
fieldRef:
52+
fieldPath: spec.nodeName
5153
- name: DATADOG_PORT
5254
value: "8125"
5355
- name: DOCKER_BUILD_LINE_TIMEOUT_MS

ansible/k8/gamma/arithmancy/deployments/arithmancy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ spec:
2727
- start
2828
env:
2929
- name: DATADOG_HOST
30-
value: "datadog"
30+
valueFrom:
31+
fieldRef:
32+
fieldPath: spec.nodeName
3133
- name: DATADOG_PORT
3234
value: "8125"
3335
- name: NODE_ENV

ansible/k8/gamma/big-poppa-http/deployments/big-poppa-http

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
imagePullSecrets:
1313
- name: runnable-kubernetes-pull-secret
1414
containers:
15-
- image: quay.io/runnable/big-poppa-http:v0.18.6
15+
- image: quay.io/runnable/big-poppa-http:v0.18.7
1616
imagePullPolicy: Always
1717
name: big-poppa-http
1818
resources:
@@ -28,7 +28,9 @@ spec:
2828
- start-http
2929
env:
3030
- name: DATADOG_HOST
31-
value: "datadog"
31+
valueFrom:
32+
fieldRef:
33+
fieldPath: spec.nodeName
3234
- name: DATADOG_PORT
3335
value: "8125"
3436
- name: GITHUB_TOKEN

ansible/k8/gamma/big-poppa-worker/deployments/big-poppa-worker

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
imagePullSecrets:
1313
- name: runnable-kubernetes-pull-secret
1414
containers:
15-
- image: quay.io/runnable/big-poppa-worker:v0.18.6
15+
- image: quay.io/runnable/big-poppa-worker:v0.18.7
1616
imagePullPolicy: Always
1717
name: big-poppa-worker
1818
resources:
@@ -28,7 +28,9 @@ spec:
2828
- start-worker
2929
env:
3030
- name: DATADOG_HOST
31-
value: "datadog"
31+
valueFrom:
32+
fieldRef:
33+
fieldPath: spec.nodeName
3234
- name: DATADOG_PORT
3335
value: "8125"
3436
- name: GITHUB_TOKEN

ansible/k8/gamma/cream-http/deployments/cream-http

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ spec:
3030
- name: BIG_POPPA_HOST
3131
value: "http://big-poppa:7788"
3232
- name: DATADOG_HOST
33-
value: "datadog"
33+
valueFrom:
34+
fieldRef:
35+
fieldPath: spec.nodeName
3436
- name: DATADOG_PORT
3537
value: "8125"
3638
- name: GIT_BRANCH

ansible/k8/gamma/cream-worker/deployments/cream-worker

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ spec:
3030
- name: BIG_POPPA_HOST
3131
value: "http://big-poppa:7788"
3232
- name: DATADOG_HOST
33-
value: "datadog"
33+
valueFrom:
34+
fieldRef:
35+
fieldPath: spec.nodeName
3436
- name: DATADOG_PORT
3537
value: "8125"
3638
- name: GIT_BRANCH

ansible/k8/gamma/docker-listener/deployments/docker-listener

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ spec:
2929
- name: CONSUL_HOST
3030
value: "10.4.5.144:8500"
3131
- name: DATADOG_HOST
32-
value: "datadog"
32+
valueFrom:
33+
fieldRef:
34+
fieldPath: spec.nodeName
3335
- name: DATADOG_PORT
3436
value: "8125"
3537
- name: DOCKER_CERT_PATH

ansible/k8/gamma/drake-http/deployments/drake-http

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ spec:
3030
- name: API_URL
3131
value: "https://api.runnable-gamma.com"
3232
- name: DATADOG_HOST
33-
value: "datadog"
33+
valueFrom:
34+
fieldRef:
35+
fieldPath: spec.nodeName
3436
- name: DATADOG_PORT
3537
value: "8125"
3638
- name: NODE_ENV

0 commit comments

Comments
 (0)