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: | values.yaml: |
ingress: ingress:
enabled: true enabled: true
annotations: #annotations:
kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
hosts: hosts:
- host: "dev.${domain}" - host: "dev.${domain}"
paths: 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