Hafsa Junaid
04/29/2022, 3:03 AMYuvraj
05/02/2022, 2:58 PMHafsa Junaid
05/02/2022, 3:26 PMflyteadmin:
replicaCount: 1
image:
# -- Docker image for Flyteadmin deployment
repository: <http://cr.flyte.org/flyteorg/flyteadmin|cr.flyte.org/flyteorg/flyteadmin> # FLYTEADMIN_IMAGE
tag: v1.0.0 # FLYTEADMIN_TAG
pullPolicy: IfNotPresent
serviceAccount:
# -- If the service account is created by you, make this false, else a new service account will be created and the flyteadmin role will be added
# you can change the name of this role
create: true
annotations:
# Needed for gcp workload identity to function
# <https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity>
<http://iam.gke.io/gcp-service-account|iam.gke.io/gcp-service-account>: gsa-flyteadmin@{{ .Values.userSettings.googleProjectId }}.<http://iam.gserviceaccount.com|iam.gserviceaccount.com>
resources:
limits:
ephemeral-storage: 1Gi
requests:
cpu: 200m
ephemeral-storage: 1Gi
memory: 300Mi
service:
annotations:
# Required for the ingress to properly route grpc traffic to grpc port
<http://cloud.google.com/app-protocols|cloud.google.com/app-protocols>: '{"grpc":"HTTP2"}'
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchLabels:
<http://app.kubernetes.io/name|app.kubernetes.io/name>: flyteadmin
topologyKey: <http://kubernetes.io/hostname|kubernetes.io/hostname>
Yuvraj
05/02/2022, 3:27 PMHafsa Junaid
05/02/2022, 3:34 PMHaytham Abuelfutuh
Hafsa Junaid
05/04/2022, 9:04 PM