Skip to content

Commit

Permalink
Deployment needs to use the right service account too
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Jul 2, 2024
1 parent 10c9ce3 commit eb619a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/services/aws-es-proxy/aws-es-proxy-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ spec:
values:
- ONDEMAND
automountServiceAccountToken: false
serviceAccountName: es-proxy-sa
serviceAccountName: es-proxy
priorityClassName: aws-es-proxy-high-priority
containers:
- name: esproxy
GEN3_AWS-ES-PROXY_IMAGE|-image: quay.io/cdis/aws-es-proxy:0.8-|
GEN3_AWS-ES-PROXY_IMAGE|-image: quay.io/cdis/aws-es-proxy:v1.3.1-|
imagePullPolicy: Always
ports:
- containerPort: 9200
Expand Down

0 comments on commit eb619a5

Please sign in to comment.