Skip to content

Instantly share code, notes, and snippets.

@azhuox
Created November 29, 2020 22:47
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 azhuox/c18bc464ddb265852f231c3cd32e96da to your computer and use it in GitHub Desktop.
Save azhuox/c18bc464ddb265852f231c3cd32e96da to your computer and use it in GitHub Desktop.
: v1
kind: Service
metadata:
name: default-grpc
namespace: foo-demo
spec:
type: ClusterIP
selector:
app: foo
environment: demo
clusterIP: 10.0.54.223
ports:
- name: grpc
port: 8443
protocol: TCP
targetPort: 8443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment