mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-27 23:50:01 +03:00
19 lines
335 B
YAML
19 lines
335 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: docker-registry-ui
|
|
labels:
|
|
app: registry-ui
|
|
release: docker-registry-ui
|
|
app/version: "2.0.0"
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- port: 80
|
|
targetPort: http
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app: registry-ui
|
|
release: docker-registry-ui
|
|
|