Skip to content

Commit

Permalink
Merge pull request #17 from EOEPCA/gc/support-chart
Browse files Browse the repository at this point in the history
add eoapi support chart
  • Loading branch information
ranchodeluxe authored Sep 9, 2024
2 parents b077ca3 + 5dce7f0 commit afeb98d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions argocd/eoepca/data-access/parts/app-data-access-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ spec:
releaseName: eoapi
valueFiles:
- $values/argocd/eoepca/data-access/parts/values/values-eoapi.yaml
- repoURL: https://devseed.com/eoapi-k8s/
chart: eoapi-support
targetRevision: 0.1.6
helm:
releaseName: eoapi-support
valueFiles:
- $values/argocd/eoepca/data-access/parts/values/values-eoapi-support.yaml
- repoURL: https://github.com/EOEPCA/eoepca-plus
targetRevision: deploy-develop
ref: values
Expand Down
15 changes: 15 additions & 0 deletions argocd/eoepca/data-access/parts/values/values-eoapi-support.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
grafana:
service:
type: LoadBalancer
annotations: {}
ingress:
enabled: true
hosts:
- eoapisupport.develop.eoepca.org
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: "letsencrypt-prod"
tls:
- secretName: eoapi-support-tls
hosts:
- eoapisupport.develop.eoepca.org

0 comments on commit afeb98d

Please sign in to comment.