Skip to content

Instantly share code, notes, and snippets.

@GbengaElebs
Created January 27, 2021 09:19
Show Gist options
  • Save GbengaElebs/5782c9d25af13b4d886aef3976bab8b2 to your computer and use it in GitHub Desktop.
Save GbengaElebs/5782c9d25af13b4d886aef3976bab8b2 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: testapi-service
labels:
run: testapi-service
spec:
selector:
app: testapi-pod
ports:
- port: 8080
targetPort: 80
protocol: TCP
type: LoadBalancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment