registry and ui

This commit is contained in:
Podman Rootless
2025-12-08 20:14:03 +01:00
parent 8fe61415e0
commit a1beb8a8eb

View File

@@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
kind: Pod kind: Pod
metadata: metadata:
name: my-pod name: registry
spec: spec:
containers: containers:
- name: registry - name: registry
@@ -23,7 +23,7 @@ spec:
- name: DELETE_IMAGE - name: DELETE_IMAGE
value: "true" value: "true"
- name: NGINX_PROXY_PASS_URL - name: NGINX_PROXY_PASS_URL
value: http://cr.chaos value: http://registry.dns.podman:5000
- name: URL - name: URL
value: http://cr-ui.chaos value: http://cr-ui.chaos
- name: REGISTRY_TITLE - name: REGISTRY_TITLE