fixed certificate store and added predefined config

This commit is contained in:
Sebastian Wendel 2022-11-29 21:26:15 +01:00
parent 204b5d106a
commit 2c299a4aaf
No known key found for this signature in database
GPG key ID: 1422B7DF78144640
2 changed files with 6 additions and 0 deletions

View file

@ -8,3 +8,4 @@ helmCharts:
releaseName: interfacer-gitea
namespace: gitea
repo: https://dl.gitea.io/charts/
valuesFile: values.yaml

View file

@ -15,11 +15,16 @@ ingress:
annotations:
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: letsencrypt-http
hosts:
- host: code.k8s.dev.fabcity-hamburg.de
paths:
- path: /
pathType: Prefix
tls:
- secretName: interfacer-gitea-tls
hosts:
- code.k8s.dev.fabcity-hamburg.de
resources:
requests:
cpu: 100m