This commit is contained in:
Philip Haupt
2025-06-03 22:58:19 +02:00
parent 4dc2f9a1ee
commit 884c44315c
2 changed files with 6 additions and 4 deletions

View File

@@ -352,6 +352,8 @@ spec:
apiVersion: v1
kind: Service
metadata:
annotations:
io.cilium/lb-ipam-ips: 192.168.0.185
labels:
app: gitea
app.kubernetes.io/instance: gitea
@@ -363,7 +365,6 @@ metadata:
name: gitea-ssh
namespace: gitea
spec:
clusterIP: None
ports:
- name: ssh
port: 22
@@ -372,7 +373,7 @@ spec:
selector:
app.kubernetes.io/instance: gitea
app.kubernetes.io/name: gitea
type: ClusterIP
type: LoadBalancer
---
apiVersion: v1
kind: PersistentVolumeClaim