This commit was merged in pull request #71.
This commit is contained in:
@@ -50,9 +50,9 @@ spec:
|
|||||||
- name: NATS_CA_FILE
|
- name: NATS_CA_FILE
|
||||||
value: /run/trust/ca.pem
|
value: /run/trust/ca.pem
|
||||||
- name: NATS_PASSWORD_FILE
|
- name: NATS_PASSWORD_FILE
|
||||||
value: /run/secrets/nats-password
|
value: /run/dynamic-runner-secrets/nats-password
|
||||||
- name: WEBHOOK_SECRET_FILE
|
- name: WEBHOOK_SECRET_FILE
|
||||||
value: /run/secrets/webhook-secret
|
value: /run/dynamic-runner-secrets/webhook-secret
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8787
|
containerPort: 8787
|
||||||
@@ -86,7 +86,7 @@ spec:
|
|||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: secret
|
- name: secret
|
||||||
mountPath: /run/secrets
|
mountPath: /run/dynamic-runner-secrets
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: trust
|
- name: trust
|
||||||
mountPath: /run/trust
|
mountPath: /run/trust
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ spec:
|
|||||||
- name: NATS_CA_FILE
|
- name: NATS_CA_FILE
|
||||||
value: /run/trust/ca.pem
|
value: /run/trust/ca.pem
|
||||||
- name: NATS_PASSWORD_FILE
|
- name: NATS_PASSWORD_FILE
|
||||||
value: /run/secrets/nats-worker-password
|
value: /run/dynamic-runner-secrets/nats-worker-password
|
||||||
- name: RUNNER_NAMESPACE
|
- name: RUNNER_NAMESPACE
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
@@ -80,7 +80,7 @@ spec:
|
|||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: secret
|
- name: secret
|
||||||
mountPath: /run/secrets
|
mountPath: /run/dynamic-runner-secrets
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: trust
|
- name: trust
|
||||||
mountPath: /run/trust
|
mountPath: /run/trust
|
||||||
|
|||||||
Reference in New Issue
Block a user