Skip to content

Commit

Permalink
Add insights-qa ssh key secret to host-metering e2e test template (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapaioa authored Dec 19, 2023
1 parent 2cd5f9f commit 44f2ba9
Showing 1 changed file with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ objects:
- name: sel-shm
emptyDir:
medium: Memory
- name: insights-qa-private-key
secret:
secretName: insights-qa-private-key
defaultMode: 0400
optional: true
containers:
- name: rhobs-${NAME_STUB}-${IMAGE_TAG}-${UID}
image: ${IQE_IMAGE}:${IQE_IMAGE_TAG}
Expand Down Expand Up @@ -89,12 +94,17 @@ objects:
resources:
limits:
cpu: "1"
memory: 1.5Gi
memory: 2Gi
requests:
cpu: 250m
memory: 512Mi
cpu: 500m
memory: 1Gi
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- name: insights-qa-private-key
readOnly: true
mountPath: /iqe_venv/.ssh/insights-qa.pem
subPath: insights-qa.pem
- name: iqe-sel-${IMAGE_TAG}-${UID}
image: ${IQE_SEL_IMAGE}
env:
Expand All @@ -105,7 +115,7 @@ objects:
resources:
limits:
cpu: 500m
memory: 2Gi
memory: 1.5Gi
requests:
cpu: 100m
memory: 256Mi
Expand Down

0 comments on commit 44f2ba9

Please sign in to comment.