fix(forgejo): logic errors in deployment.yaml
This commit is contained in:
parent
9789abcbe3
commit
5baec88371
1 changed files with 2 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue