Skip to content

Instantly share code, notes, and snippets.

@alexellis
Created April 29, 2020 11:19
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 alexellis/19c5b75078553ed7f7adbf9e24db65a7 to your computer and use it in GitHub Desktop.
Save alexellis/19c5b75078553ed7f7adbf9e24db65a7 to your computer and use it in GitHub Desktop.
inlets PRO exit server chart values.yaml
inletsPro:
replicas: 1
image: inlets/inlets-pro:0.6.1
remoteTCP: 127.0.0.1
tokenSecretName: inlets-pro-token
# TLS is issued via LetsEncrypt
autoTLS: false
exposePorts:
- name: openfaas
port: 8080
- name: python
port: 8000
- name: ssh
port: 22
pullPolicy: IfNotPresent
controlPort:
type: ClusterIP
port: 8123
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: letsencrypt-prod
kubernetes.io/ingress.class: nginx
hosts:
- host: exit-node.myfaas.club
paths:
- /
tls:
- secretName: exit-node-myfaas-club
hosts:
- exit-node.myfaas.club
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment