changed nginx uri and file name

This commit is contained in:
maximilian.bartz 2025-04-30 12:38:49 +02:00
parent 0b8d38cc84
commit 2b363b60e6
2 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,8 @@ apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository kind: HelmRepository
metadata: metadata:
name: bitnami name: bitnami
namespace: ${TENANT_NAMESPACE}-ns namespace: ${TENANT_NAMESPACE}
spec: spec:
type: oci
interval: 5m interval: 5m
url: https://charts.bitnami.com/bitnami url: oci://registry-1.docker.io/bitnamicharts

View file

@ -6,7 +6,7 @@ metadata:
spec: spec:
source: source:
http: http:
url: "http://nginx.${TENANT_DOMAIN}.apps.ai-2.kvant.cloud/windows-server-2022.qcow2" url: "http://nginx.${TENANT_DOMAIN}.apps.ai-2.kvant.cloud/windows-server-2022.qcow2 "
pvc: pvc:
accessModes: accessModes:
- ReadWriteOnce - ReadWriteOnce