Skip to content

Commit

Permalink
Merge pull request quay#78 from tparikh/mount-quay-extra-ca-certs
Browse files Browse the repository at this point in the history
mount the extra_ca_certs dir in /conf/stack
  • Loading branch information
jakedt committed Dec 12, 2019
2 parents 82d6c0e + 4200297 commit 1f903ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy/openshift/quay-app.yaml
Expand Up @@ -108,6 +108,9 @@ objects:
- name: configvolume
secret:
secretName: ${{QUAY_APP_CONFIG_SECRET}}
- name: extracacerts
secret:
secretName: ${{QUAY_EXTRA_CA_CERTS_SECRET}}
containers:
- name: quay-app
image: ${IMAGE}:${IMAGE_TAG}
Expand All @@ -118,6 +121,9 @@ objects:
- name: configvolume
readOnly: false
mountPath: /conf/stack
- name: extracacerts
readOnly: false
mountPath: /conf/stack/extra_ca_certs
livenessProbe:
exec:
command:
Expand Down Expand Up @@ -192,6 +198,9 @@ parameters:
- name: QUAY_APP_CONFIG_SECRET
value: "quay-config-secret"
displayName: quay app config secret
- name: QUAY_EXTRA_CA_CERTS_SECRET
value: "quay-extra-ca-certs"
displayName: quay extra ca certs secret
- name: QUAY_APP_DEPLOYMENT_REPLICAS
value: "1"
displayName: quay app deployment replicas
Expand Down

0 comments on commit 1f903ee

Please sign in to comment.