grafana, gitea, etc

This commit is contained in:
Justine Pelletreau
2022-06-18 14:01:04 +02:00
parent e8ea44a50f
commit 358c120092
10 changed files with 327 additions and 10 deletions

View File

@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: DaemonSet
kind: Deployment
metadata:
labels:
run: gitea

View File

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