Created
October 5, 2020 16:37
-
-
Save didil/ca96653cc691df31ce49e2c0a64881b2 to your computer and use it in GitHub Desktop.
Hello Webhook Service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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