Skip to content

Instantly share code, notes, and snippets.

@timthesinner
Last active January 13, 2019 18:57
Show Gist options
  • Save timthesinner/3c9ea9f9bb51d2123e37383c671f0176 to your computer and use it in GitHub Desktop.
Save timthesinner/3c9ea9f9bb51d2123e37383c671f0176 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: external-kibana
namespace: logging
spec:
ports:
- name: https
port: 443
protocol: TCP
targetPort: 443
type: ExternalName
externalName: es-xxxyyyzzzz.us-east-1.es.amazonaws.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment