Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created July 27, 2019 15:55
Embed
What would you like to do?
apiVersion: v1
kind: Service
metadata:
name: calc-api-service
spec:
selector:
app: calcapi
type: pod
ports:
- protocol: TCP
port: 80
targetPort: 8081
type: LoadBalancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment