Skip to content

Instantly share code, notes, and snippets.

@didil
Created October 5, 2020 16:37
Show Gist options
  • Save didil/ca96653cc691df31ce49e2c0a64881b2 to your computer and use it in GitHub Desktop.
Save didil/ca96653cc691df31ce49e2c0a64881b2 to your computer and use it in GitHub Desktop.
Hello Webhook Service
apiVersion: v1
kind: Service
metadata:
name: hello-webhook-service
spec:
type: ClusterIP
selector:
app: hello-webhook
ports:
- protocol: TCP
port: 443
targetPort: 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment