Skip to content

Instantly share code, notes, and snippets.

@Krishna1408
Created April 11, 2020 16:07
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 Krishna1408/3595930fef522ce748ea4236bbe723a5 to your computer and use it in GitHub Desktop.
Save Krishna1408/3595930fef522ce748ea4236bbe723a5 to your computer and use it in GitHub Desktop.
image:
repository: chartmuseum/chartmuseum
tag: v0.11.0
env:
open:
STORAGE: amazon
STORAGE_AMAZON_BUCKET: chart-museum-bucket
STORAGE_AMAZON_REGION: eu-central-1
DISABLE_API: false
secret:
BASIC_AUTH_USER:
BASIC_AUTH_PASS:
## Ingress for load balancer
ingress:
enabled: true
labels:
dns: "route53"
annotations:
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "false"
nginx.ingress.kubernetes.io/rewrite-target: /
hosts:
- name: chartmuseum-test.example.com
path: /
tls: false
replica:
annotations:
iam.amazonaws.com/role: "arn:aws:iam::xxxx:role/chart-museum-role"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment