Created
April 29, 2020 11:19
-
-
Save alexellis/19c5b75078553ed7f7adbf9e24db65a7 to your computer and use it in GitHub Desktop.
inlets PRO exit server chart values.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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