Add Dockerfile and Manifests
This commit is contained in:
14
k8s/serviceaccount.yaml
Normal file
14
k8s/serviceaccount.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: llm-gateway
|
||||
namespace: llm-gateway
|
||||
labels:
|
||||
app: llm-gateway
|
||||
annotations:
|
||||
# For GKE Workload Identity
|
||||
# iam.gke.io/gcp-service-account: llm-gateway@PROJECT_ID.iam.gserviceaccount.com
|
||||
|
||||
# For EKS IRSA (IAM Roles for Service Accounts)
|
||||
# eks.amazonaws.com/role-arn: arn:aws:iam::ACCOUNT_ID:role/llm-gateway-role
|
||||
automountServiceAccountToken: true
|
||||
Reference in New Issue
Block a user