Skip to content

Commit

Permalink
add service account
Browse files Browse the repository at this point in the history
  • Loading branch information
julian9499 committed Aug 12, 2023
1 parent 57a67ee commit 919898b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/connect/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
labels:
app: connect
spec:
serviceAccountName: connect
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 3
Expand Down
1 change: 1 addition & 0 deletions infrastructure/connect/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ resources:
- deploy.yaml
- service.yaml
- ingress.yaml
- serviceaccount.yaml
7 changes: 7 additions & 0 deletions infrastructure/connect/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: connect
namespace: default
annotations:
iam.gke.io/gcp-service-account: [email protected]

0 comments on commit 919898b

Please sign in to comment.