Replaced domain name with placeholder

This commit is contained in:
Richard Robert Reitz 2024-11-26 21:54:18 +01:00
parent 06654f6910
commit 4251f7a889
37 changed files with 71 additions and 71 deletions

View file

@ -24,6 +24,6 @@ spec:
helm:
valueFiles:
- $values/stacks/core/argocd/values.yaml
- repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder
- repoURL: https://gitea.{{ .Values.edfbuilderDomain }}/giteaAdmin/edfbuilder
targetRevision: HEAD
ref: values

View file

@ -1,5 +1,5 @@
global:
domain: cnoe.localtest.me
domain: {{ .Values.edfbuilderDomain }}
configs:
params:
@ -39,6 +39,6 @@ server:
pathType: ImplementationSpecific
extraTls:
- hosts:
- cnoe.localtest.me
- {{ .Values.edfbuilderDomain }}
secretName: argocd-net-tls

View file

@ -19,7 +19,7 @@ spec:
namespace: crossplane-system
source:
path: stacks/core/crossplane-compositions
repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder
repoURL: https://gitea.{{ .Values.edfbuilderDomain }}/giteaAdmin/edfbuilder
targetRevision: HEAD
directory:
recurse: true

View file

@ -19,5 +19,5 @@ spec:
namespace: crossplane-system
source:
path: stacks/core/crossplane-providers
repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder
repoURL: https://gitea.{{ .Values.edfbuilderDomain }}/giteaAdmin/edfbuilder
targetRevision: HEAD

View file

@ -18,12 +18,12 @@ spec:
name: in-cluster
namespace: gitea
sources:
- repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder
- repoURL: https://gitea.{{ .Values.edfbuilderDomain }}/giteaAdmin/edfbuilder
path: forgejo-runner
targetRevision: HEAD
helm:
valueFiles:
- $values/stacks/core/forgejo-runner/values.yaml
- repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder
- repoURL: https://gitea.{{ .Values.edfbuilderDomain }}/giteaAdmin/edfbuilder
targetRevision: HEAD
ref: values

View file

@ -24,6 +24,6 @@ spec:
helm:
valueFiles:
- $values/stacks/core/forgejo/values.yaml
- repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder
- repoURL: https://gitea.{{ .Values.edfbuilderDomain }}/giteaAdmin/edfbuilder
targetRevision: HEAD
ref: values

View file

@ -25,8 +25,8 @@ gitea:
queue:
TYPE: level
server:
DOMAIN: 'gitea.cnoe.localtest.me'
ROOT_URL: 'https://gitea.cnoe.localtest.me:443'
DOMAIN: 'gitea.{{ .Values.edfbuilderDomain }}'
ROOT_URL: 'https://gitea.{{ .Values.edfbuilderDomain }}:443'
service:
ssh:
@ -42,13 +42,13 @@ ingress:
nginx.ingress.kubernetes.io/proxy-body-size: 512m
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
hosts:
- host: gitea.cnoe.localtest.me
- host: gitea.{{ .Values.edfbuilderDomain }}
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- gitea.cnoe.localtest.me
- gitea.{{ .Values.edfbuilderDomain }}
secretName: forgejo-net-tls
image:

View file

@ -24,6 +24,6 @@ spec:
helm:
valueFiles:
- $values/stacks/core/ingress-nginx/values.yaml
- repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder
- repoURL: https://gitea.{{ .Values.edfbuilderDomain }}/giteaAdmin/edfbuilder
targetRevision: HEAD
ref: values