Got rid of NS in resources Gitea

This commit is contained in:
Ultradesu
2025-04-13 19:33:01 +01:00
parent 5031ec5643
commit d436a068ae
4 changed files with 0 additions and 6 deletions

View File

@ -3,7 +3,6 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: gitea
namespace: gitea
labels:
app: gitea
spec:
@ -46,7 +45,6 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: gitea-runner
namespace: gitea
spec:
replicas: 1
selector:

View File

@ -3,7 +3,6 @@ apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: gitea-runner-token
namespace: gitea
spec:
refreshInterval: 1m
target:

View File

@ -3,7 +3,6 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: gitea-tls-ingress
namespace: gitea
annotations:
ingressClassName: traefik
cert-manager.io/cluster-issuer: letsencrypt

View File

@ -3,7 +3,6 @@ apiVersion: v1
kind: Service
metadata:
name: gitea
namespace: gitea
spec:
selector:
app: gitea
@ -16,7 +15,6 @@ apiVersion: v1
kind: Service
metadata:
name: gitea-ssh
namespace: gitea
spec:
type: LoadBalancer
ports: