Skip to content

Instantly share code, notes, and snippets.

@weikangchia
Created February 13, 2022 11:36
Show Gist options
  • Save weikangchia/f765ecb40f486a23ba878ed134787763 to your computer and use it in GitHub Desktop.
Save weikangchia/f765ecb40f486a23ba878ed134787763 to your computer and use it in GitHub Desktop.
---
apiVersion: v1
kind: Service
metadata:
name: krakend-svc
labels:
name: krakend-svc
spec:
type: ClusterIP
selector:
name: krakend-pod
app: krakend
tier: app
ports:
- protocol: TCP
targetPort: 8080
port: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment