Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
feat: make load balancer only accessible via vpc
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloKakazu committed Oct 1, 2024
1 parent 87e1c62 commit 272a3db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/api-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: v1
kind: Service
metadata:
name: api-svc
annotations:
service.beta.kubernetes.io/aws-load-balancer-internal: "true"
spec:
selector:
app: api-deployment
Expand Down

0 comments on commit 272a3db

Please sign in to comment.