fix: add serviceaccount manifest (was in deleted rbac.yaml)
CI / Vet, test, build (push) Successful in 2m5s
CI / Build and push image (push) Successful in 57s

This commit is contained in:
Admin Bot
2026-08-26 19:49:11 -07:00
parent 62e23d6876
commit 50503445f7
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ kind: Kustomization
namespace: api namespace: api
resources: resources:
- serviceaccount.yaml
- service.yaml - service.yaml
- deployment.yaml - deployment.yaml
- network-policy.yaml - network-policy.yaml
+5
View File
@@ -0,0 +1,5 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: api-gateway
namespace: api