Switched all to deployments

This commit is contained in:
Justine Pelletreau
2022-07-06 01:08:10 +02:00
parent 0adf6c5733
commit 7fea71a4da
26 changed files with 63 additions and 586 deletions

View File

@ -12,6 +12,22 @@ spec:
selector:
run: gitea
---
apiVersion: v1
kind: Service
metadata:
labels:
run: gitea
name: gitea-lb
spec:
ports:
- name: "gitealb"
port: 8001
targetPort: 3000
selector:
run: gitea
type: LoadBalancer
---
apiVersion: v1
kind: Service