failed, went another route instead :p
This commit is contained in:
19
k8s_manifests/gitea/service.yaml
Normal file
19
k8s_manifests/gitea/service.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: svc-gitea
|
||||
spec:
|
||||
selector:
|
||||
app.kubernetes.io/name: gitea
|
||||
ports:
|
||||
- name: http
|
||||
protocol: TCP
|
||||
port: 80
|
||||
targetPort: 3000
|
||||
- name: ssh
|
||||
protocol: TCP
|
||||
port: 22
|
||||
targetPort: 3000
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user