Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-k8s

This commit is contained in:
Nico Schottelius 2021-07-25 11:05:00 +02:00
commit 323b34fefa
3 changed files with 13 additions and 2 deletions

View File

@ -307,3 +307,14 @@ what we need.
* Need to have one or more services to map IPv4
* Maybe outside haproxy w/ generic ssl/sni/host mapping
* Could even be **inside** haproxy service
## Flux + Chartmuseum
* For automatic deployments, we can use flux
* To be able to use flux with our charts, we need a Chartmuseum
* To access a private chartmuseum, we need a shared secret
* Thus we probably do need sops or similar
-alternative-
* Using kustomize, local resources can be used

View File

@ -21,4 +21,4 @@ version: 0.2.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.14"
appVersion: "1.14.5"

View File

@ -48,7 +48,7 @@ spec:
mountPath: "/var/lib/postgresql/data"
subPath: postgres
- name: gitea
image: gitea/gitea:1.14
image: gitea/gitea:{{ .Chart.AppVersion }}
ports:
- containerPort: 22
- containerPort: 3000