Skip to content

Commit

Permalink
ROX-26424: Add service account with quay secret to ACSCS probe service (
Browse files Browse the repository at this point in the history
#2050)

Add service account with quay secret to ACSCS probe service
  • Loading branch information
kurlov authored Sep 27, 2024
1 parent a073ad8 commit 3d2307c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions templates/probe-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ parameters:
displayName: Memory Limits
value: 128Mi
objects:
- kind: ServiceAccount
apiVersion: v1
metadata:
name: probe
labels:
app: probe
imagePullSecrets:
- name: quay.io
- apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -89,6 +97,8 @@ objects:
cpu: ${CPU_LIMITS}
memory: ${MEMORY_LIMITS}
terminationGracePeriodSeconds: 300
serviceAccount: probe
serviceAccountName: probe
- kind: Service
apiVersion: v1
metadata:
Expand Down

0 comments on commit 3d2307c

Please sign in to comment.