mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-17 06:22:14 +11:00
11 lines
150 B
YAML
11 lines
150 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: registry-service
|
|
spec:
|
|
ports:
|
|
- protocol: TCP
|
|
port: 5000
|
|
selector:
|
|
app: registry
|