grafana, gitea, etc
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
run: gitea
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user