gitea: add k8s kustomization
This commit is contained in:
parent
1feb8b98c7
commit
59132c9224
|
@ -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:
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- gitea-release.yaml
|
||||||
|
- gitea-oauth-client.yaml
|
||||||
|
- gitea-values-configmap.yaml
|
Loading…
Reference in New Issue