Skip to content

Instantly share code, notes, and snippets.

@erkanzileli
Last active April 16, 2019 06:25
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 erkanzileli/1ab09d184450a05853e7440085fd0d4a to your computer and use it in GitHub Desktop.
Save erkanzileli/1ab09d184450a05853e7440085fd0d4a to your computer and use it in GitHub Desktop.
ChartMuseum values
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
certmanager.k8s.io/cluster-issuer: letsencrypt-prod
certmanager.k8s.io/acme-http01-edit-in-place: "true"
hosts:
- name: chartmuseum.35.202.15.36.nip.io
path: /
tls: true
tlsSecret: chartmuseum.35.202.15.36.nip.io-tls
env:
open:
STORAGE: local
DISABLE_API: false
secret:
BASIC_AUTH_USER: "admin"
BASIC_AUTH_PASS: "123qweasd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment