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 apiVersion: apps/v1
kind: Service kind: Deployment
metadata: metadata:
name: forgejo name: forgejo
namespace: forgejo namespace: forgejo
spec: spec:
type: ClusterIP
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:
@ -42,7 +41,7 @@ metadata:
name: forgejo name: forgejo
namespace: forgejo namespace: forgejo
spec: spec:
type: LoadBalancer type: ClusterIP
selector: selector:
app: forgejo app: forgejo
ports: ports: