1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

Helm chart CI automation

This commit is contained in:
Martin McKeaveney 2021-08-16 21:47:08 +01:00
parent ce72624f0f
commit 1af740fbf7
2 changed files with 7 additions and 3 deletions

View file

@ -50,3 +50,10 @@ jobs:
env:
DOCKER_USER: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_API_KEY }}
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
with:
charts_dir: docs
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

View file

@ -101,18 +101,15 @@ services:
proxy:
port: 10000
replicaCount: 1
storage: 100Mi
apps:
port: 4002
replicaCount: 1
storage: 100Mi
logLevel: info
worker:
port: 4001
replicaCount: 1
storage: 100Mi
couchdb:
replicaCount: 3