fix(forgejo): logic errors in deployment.yaml

This commit is contained in:
jad0s 2026-05-13 14:11:40 +02:00
parent 9789abcbe3
commit 5baec88371

View file

@ -1,10 +1,9 @@
apiVersion: apps/v1
kind: Service
kind: Deployment
metadata:
name: forgejo
namespace: forgejo
spec:
type: ClusterIP
replicas: 1
selector:
matchLabels:
@ -42,7 +41,7 @@ metadata:
name: forgejo
namespace: forgejo
spec:
type: LoadBalancer
type: ClusterIP
selector:
app: forgejo
ports: