Skip to content

Instantly share code, notes, and snippets.

@afreeland
Created October 5, 2018 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afreeland/ee525ba62bba605ad39088e667c13218 to your computer and use it in GitHub Desktop.
Save afreeland/ee525ba62bba605ad39088e667c13218 to your computer and use it in GitHub Desktop.
Ingress TLS secret Kubernetes bare-metal
apiVersion: v1
kind: Secret
metadata:
name: our-tls
namespace: default
type: kubernetes.io/tls
data:
tls.crt: abcde
tls.key: 12345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment