Skip to content

Instantly share code, notes, and snippets.

@waiteb3
Created September 20, 2020 16:26
Show Gist options
  • Save waiteb3/525788bbfd5c64b963bfa96ad7b8b6d4 to your computer and use it in GitHub Desktop.
Save waiteb3/525788bbfd5c64b963bfa96ad7b8b6d4 to your computer and use it in GitHub Desktop.
ssh-push-service-microk8s.yaml
apiVersion: v1
kind: Service
metadata:
name: ssh-remote
namespace: kube-system
spec:
type: NodePort
ports:
- nodePort: 32222
port: 32222
protocol: TCP
targetPort: 22
selector:
app: gitkubed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment