Skip to content

Instantly share code, notes, and snippets.

@JaniKibichi
Created June 30, 2021 09:03
Show Gist options
  • Save JaniKibichi/ff7d498bda125b6c6ee89ebb78aa870c to your computer and use it in GitHub Desktop.
Save JaniKibichi/ff7d498bda125b6c6ee89ebb78aa870c to your computer and use it in GitHub Desktop.
Service for ussd
apiVersion: v1
kind: Service
metadata:
name: ussd-service
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 7500
selector:
app: ussd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment