Skip to content

Instantly share code, notes, and snippets.

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