gitea: add k8s kustomization

This commit is contained in:
xeruf 2022-06-30 13:09:00 +01:00
parent 1feb8b98c7
commit 59132c9224
2 changed files with 8 additions and 2 deletions

View File

@ -8,8 +8,8 @@ data:
values.yaml: |
ingress:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
#annotations:
# kubernetes.io/tls-acme: "true"
hosts:
- host: "dev.${domain}"
paths:

View File

@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- gitea-release.yaml
- gitea-oauth-client.yaml
- gitea-values-configmap.yaml