Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created July 27, 2019 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xximjasonxx/d177f6703b6317830f61c0a73619b2a8 to your computer and use it in GitHub Desktop.
Save xximjasonxx/d177f6703b6317830f61c0a73619b2a8 to your computer and use it in GitHub Desktop.
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