mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-15 21:42:15 +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
|