Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-k8s
This commit is contained in:
commit
323b34fefa
3 changed files with 13 additions and 2 deletions
11
README.md
11
README.md
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue