mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
15 lines
220 B
YAML
15 lines
220 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: git-service
|
|
spec:
|
|
ports:
|
|
- name: gitea-http
|
|
protocol: TCP
|
|
port: 3000
|
|
- name: gitea-ssh
|
|
protocol: TCP
|
|
port: 22
|
|
selector:
|
|
app: git
|