Skip to content

Commit e1253e5

Browse files
Share hostname (#659)
* build api once, update stack, make gamma files * add delta changes * fix swarm manager
1 parent 651a8d9 commit e1253e5

68 files changed

Lines changed: 164 additions & 45 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ansible/group_vars/alpha-swarm-manager-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ volume_mounts:
1717
path: /etc/ssl/docker
1818
kind: configMap
1919

20-
container_run_opts:
20+
container_envs:
2121
- name: AWS_ACCESS_KEY
2222
value: "{{ aws_access_key }}"
2323
- name: AWS_SECRET_KEY

ansible/k8/delta/agreeable-egret/deployments/agreeable-egret

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ spec:
1111
spec:
1212
imagePullSecrets:
1313
- name: runnable-kubernetes-pull-secret
14+
hostname: agreeable-egret
1415
containers:
1516
- image: quay.io/runnable/agreeable-egret:v0.4.1
1617
imagePullPolicy: Always

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ spec:
1111
spec:
1212
imagePullSecrets:
1313
- name: runnable-kubernetes-pull-secret
14+
hostname: api-socket-server
1415
containers:
1516
- image: quay.io/runnable/api:v11.39.2
1617
imagePullPolicy: Always
@@ -128,6 +129,8 @@ spec:
128129
value: "wqzm3rju"
129130
- name: INTERCOM_API_KEY
130131
value: "46e75ada5d21f248787689b35fe80e11efe9303a"
132+
- name: USER_VAULT_ENDPOINT
133+
value: "http://user-vault:8200"
131134
- name: ROLLBAR_KEY
132135
value: "cad27f265e8e473c9b293615e7ed0f3a"
133136
ports:

ansible/k8/delta/api-worker/deployments/api-worker

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ spec:
1111
spec:
1212
imagePullSecrets:
1313
- name: runnable-kubernetes-pull-secret
14+
hostname: api-worker
1415
containers:
1516
- image: quay.io/runnable/api:v11.39.2
1617
imagePullPolicy: Always
@@ -128,6 +129,8 @@ spec:
128129
value: "wqzm3rju"
129130
- name: INTERCOM_API_KEY
130131
value: "46e75ada5d21f248787689b35fe80e11efe9303a"
132+
- name: USER_VAULT_ENDPOINT
133+
value: "http://user-vault:8200"
131134
- name: IS_QUEUE_WORKER
132135
value: "true"
133136
- name: ROLLBAR_KEY

ansible/k8/delta/api/deployments/api

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ spec:
1111
spec:
1212
imagePullSecrets:
1313
- name: runnable-kubernetes-pull-secret
14+
hostname: api
1415
containers:
1516
- image: quay.io/runnable/api:v11.39.2
1617
imagePullPolicy: Always
@@ -128,6 +129,8 @@ spec:
128129
value: "wqzm3rju"
129130
- name: INTERCOM_API_KEY
130131
value: "46e75ada5d21f248787689b35fe80e11efe9303a"
132+
- name: USER_VAULT_ENDPOINT
133+
value: "http://user-vault:8200"
131134
- name: ROLLBAR_KEY
132135
value: "a90d9c262c7c48cfabbd32fd0a1bc61c"
133136
ports:

ansible/k8/delta/arithmancy/deployments/arithmancy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ spec:
1111
spec:
1212
imagePullSecrets:
1313
- name: runnable-kubernetes-pull-secret
14+
hostname: arithmancy
1415
containers:
1516
- image: quay.io/runnable/arithmancy:v1.12.0
1617
imagePullPolicy: Always

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ spec:
1111
spec:
1212
imagePullSecrets:
1313
- name: runnable-kubernetes-pull-secret
14+
hostname: big-poppa-http
1415
containers:
1516
- image: quay.io/runnable/big-poppa-http:v0.18.7
1617
imagePullPolicy: Always

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ spec:
1111
spec:
1212
imagePullSecrets:
1313
- name: runnable-kubernetes-pull-secret
14+
hostname: big-poppa-worker
1415
containers:
1516
- image: quay.io/runnable/big-poppa-worker:v0.18.7
1617
imagePullPolicy: Always

ansible/k8/delta/clio/deployments/clio

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ spec:
1111
spec:
1212
imagePullSecrets:
1313
- name: runnable-kubernetes-pull-secret
14+
hostname: clio
1415
containers:
1516
- image: quay.io/runnable/clio:v1.1.1
1617
imagePullPolicy: Always

ansible/k8/delta/cream-http/deployments/cream-http

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ spec:
1111
spec:
1212
imagePullSecrets:
1313
- name: runnable-kubernetes-pull-secret
14+
hostname: cream-http
1415
containers:
1516
- image: quay.io/runnable/cream-http:v1.14.0
1617
imagePullPolicy: Always

0 commit comments

Comments
 (0)