Created
April 2, 2019 07:05
-
-
Save inyee786/395b68284d70fdcb4b70771851b59803 to your computer and use it in GitHub Desktop.
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: | |
labels: | |
service-label-key: service-label-value | |
name: service-name | |
spec: | |
type: ClusterIP | |
ports: | |
- name: service-port-name | |
port: 80 | |
protocol: TCP | |
selector: | |
deployment-label-key: deployment-label-value |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment