stage for rebuilt

This commit is contained in:
2025-02-14 22:05:52 -06:00
parent 91c1b3931d
commit 8b4eee804f
329 changed files with 12 additions and 12 deletions

View File

@@ -33,10 +33,10 @@ spec:
apiVersion: external-secrets.io/v1beta1 apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret kind: ExternalSecret
metadata: metadata:
name: argocd-repo-infrastructure-secret name: argocd-gitea-repo-infrastructure-secret
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: argocd-repo-infrastructure-secret app.kubernetes.io/name: argocd-gitea-repo-infrastructure-secret
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: repo app.kubernetes.io/component: repo

View File

@@ -33,7 +33,7 @@ spec:
syncOptions: syncOptions:
- CreateNamespace=false - CreateNamespace=false
- ApplyOutOfSyncOnly=true - ApplyOutOfSyncOnly=true
- ServerSideApply=false - ServerSideApply=true
- PruneLast=true - PruneLast=true
--- ---
@@ -67,7 +67,7 @@ spec:
syncOptions: syncOptions:
- CreateNamespace=false - CreateNamespace=false
- ApplyOutOfSyncOnly=true - ApplyOutOfSyncOnly=true
- ServerSideApply=false - ServerSideApply=true
- PruneLast=true - PruneLast=true
--- ---
@@ -100,7 +100,7 @@ spec:
maxDuration: 16m maxDuration: 16m
syncOptions: syncOptions:
- CreateNamespace=false - CreateNamespace=false
- ApplyOutOfSyncOnly=false - ApplyOutOfSyncOnly=true
- ServerSideApply=true - ServerSideApply=true
- PruneLast=true - PruneLast=true
@@ -134,7 +134,7 @@ spec:
maxDuration: 16m maxDuration: 16m
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- ApplyOutOfSyncOnly=false - ApplyOutOfSyncOnly=true
- ServerSideApply=true - ServerSideApply=true
- PruneLast=true - PruneLast=true
@@ -168,6 +168,6 @@ spec:
maxDuration: 16m maxDuration: 16m
syncOptions: syncOptions:
- CreateNamespace=false - CreateNamespace=false
- ApplyOutOfSyncOnly=false - ApplyOutOfSyncOnly=true
- ServerSideApply=true - ServerSideApply=true
- PruneLast=true - PruneLast=true

View File

@@ -1,8 +1,8 @@
cluster: cluster:
name: cl01tl name: cl01tl
git: git:
# repo: git@github.com:alexlebens/infrastructure.git repo: git@github.com:alexlebens/infrastructure.git
repo: http://gitea-http.gitea:3000/alexlebens/infrastructure # repo: http://gitea-http.gitea:3000/alexlebens/infrastructure
# repo: ssh://git@gitea-ssh.gitea:2222/alexlebens/infrastructure # repo: ssh://git@gitea-ssh.gitea:2222/alexlebens/infrastructure
revision: HEAD revision: HEAD
applicationSet: applicationSet:

View File

@@ -11,5 +11,5 @@ metadata:
app.kubernetes.io/part-of: {{ .Release.Name }} app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
blocks: blocks:
- start: "192.168.1.15" - start: "10.232.1.21"
stop: "192.168.1.17" stop: "10.232.1.23"

View File

@@ -1,5 +1,5 @@
metrics-server: metrics-server:
replicas: 2 replicas: 3
metrics: metrics:
enabled: true enabled: true
serviceMonitor: serviceMonitor:

Some files were not shown because too many files have changed in this diff Show More