fix: update archmeister

This commit is contained in:
Jonas Juselius
2024-02-01 10:36:42 +01:00
parent efdec26433
commit 042cb58841
30 changed files with 997 additions and 2 deletions
+24
View File
@@ -0,0 +1,24 @@
namePrefix: x-review-
generatorOptions:
disableNameSuffixHash: true
secretGenerator:
- files:
- appsettings.json
name: archmeister-appsettings
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
patches:
- path: deployment_patch.yaml
target:
group: apps
kind: Deployment
name: archmeister
version: v1
- path: cluster_patch.yaml
target:
group: postgresql.cnpg.io
kind: Cluster
name: archmeister
version: v1