Skip to content

Instantly share code, notes, and snippets.

@nmarukovich
Created April 21, 2019 16:34
Show Gist options
  • Save nmarukovich/3aaa166a65183dd75e4f23d8cf978ad2 to your computer and use it in GitHub Desktop.
Save nmarukovich/3aaa166a65183dd75e4f23d8cf978ad2 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: external-service
spec:
ports:
- port: 443
protocol: TCP
targetPort: 443
type: ExternalName
externalName: google.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment