Skip to content

Instantly share code, notes, and snippets.

@agrajm
Created May 4, 2021 02:43
Show Gist options
  • Save agrajm/9ae3a154a129c19733fc7b5f53fe1f21 to your computer and use it in GitHub Desktop.
Save agrajm/9ae3a154a129c19733fc7b5f53fe1f21 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: spboot-svc
namespace: spboot-app
annotations:
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
spec:
type: LoadBalancer
selector:
app: spring-boot-aks
ports:
- protocol: TCP
port: 80
targetPort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment