Some checks failed
Gitea Actions Demo Training / Explore-Gitea-Actions (push) Failing after 14s
15 lines
243 B
YAML
15 lines
243 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: registry
|
|
spec:
|
|
containers:
|
|
- name: registry
|
|
image: registry
|
|
env:
|
|
- name: REGISTRY_HTTP_ADDR
|
|
valueFrom:
|
|
configMapKeyRef:
|
|
name: registry
|
|
key: http.addr
|