Skip to content

Instantly share code, notes, and snippets.

@enolfc
Created May 6, 2019 10:15
Show Gist options
  • Save enolfc/5badb6628aef0d51d4f17f3f839a812b to your computer and use it in GitHub Desktop.
Save enolfc/5badb6628aef0d51d4f17f3f839a812b to your computer and use it in GitHub Desktop.
Basic configuration
proxy:
secretToken: "<some secret>"
service:
type: NodePort
ingress:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
hosts: [<your host>.fedcloud-tf.fedcloud.eu]
tls:
- hosts:
- <your host>.fedcloud-tf.fedcloud.eu
secretName: acme-tls-notebooks
enabled: true
hosts: [<your host>.fedcloud-tf.fedcloud.eu]
auth:
type: custom
custom:
className: dummyauthenticator.DummyAuthenticator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment