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
+6
View File
@@ -0,0 +1,6 @@
- op: replace
path: /spec/template/spec/containers/0/livenessProbe/httpGet/path
value: /healthz
- op: replace
path: /spec/template/spec/containers/0/readinessProbe/httpGet/path
value: /healthz
+3
View File
@@ -0,0 +1,3 @@
- op: replace
path: /spec/rules/0/http/paths/0/path
value: /internal
+17
View File
@@ -0,0 +1,17 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- _manifest.yaml
patches:
- path: deployment_patch.yaml
target:
group: apps
kind: Deployment
name: archmeister
version: v1
- path: ingress_patch.yaml
target:
group: networking.k8s.io
kind: Ingress
name: archmeister-internal
version: v1