removed dev overlay gitea settings

This commit is contained in:
Sebastian Wendel 2022-11-30 12:17:45 +01:00
parent 802fa8cc22
commit a3fc02fb36
No known key found for this signature in database
GPG key ID: 1422B7DF78144640
3 changed files with 0 additions and 47 deletions

View file

@ -1,22 +0,0 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: gitea
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt
spec:
rules:
- http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: gitea
port:
name: http
tls:
- hosts:
- code.example.org

View file

@ -1,24 +0,0 @@
---
namespace: gitea
# patches:
# - target:
# kind: Ingress
# group: networking.k8s.io
# version: v1
# labelSelector: "app=gitea"
# patch: |-
# - op: replace
# path: /spec/rules
# value:
# - host: code.example.org
# http:
# paths:
# - path: /
# pathType: Prefix
# - op: replace
# path: /spec/tls
# value:
# - secretName: gitea-tls
# hosts:
# - code.example.org

View file

@ -2,4 +2,3 @@
resources:
- ../../base
- ../../apps
- gitea