Created
January 28, 2023 11:08
-
-
Save svkrclg/889b47c22a380561134d87e81fed7fef to your computer and use it in GitHub Desktop.
envoy headless service
This file contains 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: envoy-hsvc | |
namespace: default | |
spec: | |
type: ClusterIP | |
clusterIP: None | |
selector: | |
application: envoy | |
ports: | |
- name: grpc | |
port: 6437 | |
targetPort: 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment