gitops: rename namespace fujarna to fuj

This commit is contained in:
2026-06-11 13:04:21 +02:00
parent 80d0cc1168
commit 3299373f3d
9 changed files with 10 additions and 8 deletions

View File

@@ -94,8 +94,10 @@ services:
environment:
GITEA_INSTANCE_URL: https://gitea.home.hrajfrisbee.cz/
GITEA_RUNNER_REGISTRATION_TOKEN: ${RUNNER_TOKEN}
CONFIG_FILE: /config/config.yaml
volumes:
- ./runner-data:/data
- ./runner-config.yaml:/config/config.yaml:ro
- /var/run/docker.sock:/var/run/docker.sock
networks:
- gitea-network

View File

@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: fujarna
namespace: fujarna
namespace: fuj
labels:
app: fujarna
spec:

View File

@@ -2,7 +2,7 @@ apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: gitea-registry
namespace: fujarna
namespace: fuj
spec:
refreshInterval: 1h
secretStoreRef:

View File

@@ -3,7 +3,7 @@ apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: fujarna-redirect
namespace: fujarna
namespace: fuj
labels:
app: fujarna
app.kubernetes.io/name: fujarna-httproute

View File

@@ -3,7 +3,7 @@ apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: fujarna
namespace: fujarna
namespace: fuj
labels:
app: fujarna
app.kubernetes.io/name: fujarna-httproute
@@ -25,5 +25,5 @@ spec:
value: /
backendRefs:
- name: fujarna
namespace: fujarna
namespace: fuj
port: 80

View File

@@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: fujarna
namespace: fujarna
namespace: fuj
annotations:
# WebSocket support - increase timeouts for live scoring connections
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"

View File

@@ -2,7 +2,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: tournament-data
namespace: fujarna
namespace: fuj
spec:
accessModes:
- ReadWriteOnce

View File

@@ -2,7 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: fujarna
namespace: fujarna
namespace: fuj
spec:
type: ClusterIP
selector: