File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
releases/gke_travis-ci-staging-services-1_us-central1_travis-ci-services Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ apiVersion : flux.weave.works/v1beta1
3+ kind : HelmRelease
4+ metadata :
5+ name : job-board
6+ namespace : gce-staging-services-1
7+ spec :
8+ chart :
9+ path : charts/job-board
10+ git : git@github.com:travis-ci/kubernetes-config.git
11+ ref : staging
12+ releaseName : job-board
13+ values :
14+ image :
15+ repository : gcr.io/travis-ci-staging-services-1/job-board
16+ tag : latest
17+ pullPolicy : IfNotPresent
18+ vault :
19+ secret : job-board-staging
20+ replicaCount : 2
21+ ingress :
22+ enabled : true
23+ annotations :
24+ kubernetes.io/ingress.class : contour
25+ certmanager.k8s.io/cluster-issuer : letsencrypt-staging
26+ ingress.kubernetes.io/force-ssl-redirect : " true"
27+ kubernetes.io/tls-acme : " true"
28+ contour.heptio.com/tls-minimum-protocol-version : " 1.2"
29+ hosts :
30+ - host : job-board-staging.travis-ci.org
31+ paths : ["/"]
32+ tls :
33+ - secretName : job-board-staging-travis-ci-org-tls
34+ hosts :
35+ - job-board-staging.travis-ci.org
You can’t perform that action at this time.
0 commit comments