diff --git a/namespaces/apps/atuin/kustomization.yaml b/namespaces/apps/atuin/kustomization.yaml index c67687c..fc354f9 100644 --- a/namespaces/apps/atuin/kustomization.yaml +++ b/namespaces/apps/atuin/kustomization.yaml @@ -89,4 +89,4 @@ configMapGenerator: literals: - ATUIN_HOST="0.0.0.0" - ATUIN_PORT="8888" - - ATUIN_OPEN_REGISTRATION="true" + - ATUIN_OPEN_REGISTRATION="false" diff --git a/namespaces/apps/gotenburg/patches/deployment.yaml b/namespaces/apps/gotenburg/patches/deployment.yaml index 82565de..d95fa30 100644 --- a/namespaces/apps/gotenburg/patches/deployment.yaml +++ b/namespaces/apps/gotenburg/patches/deployment.yaml @@ -11,23 +11,23 @@ spec: imagePullPolicy: IfNotPresent ports: - containerPort: 3000 - name: web + name: gotenburg livenessProbe: httpGet: scheme: HTTP path: /health - port: web + port: gotenburg initialDelaySeconds: 60 periodSeconds: 10 readinessProbe: httpGet: scheme: HTTP path: /health - port: web + port: gotenburg initialDelaySeconds: 30 periodSeconds: 10 startupProbe: httpGet: scheme: HTTP path: /health - port: web + port: gotenburg diff --git a/namespaces/apps/tika/patches/deployment.yaml b/namespaces/apps/tika/patches/deployment.yaml index 22cfc6d..beccef2 100644 --- a/namespaces/apps/tika/patches/deployment.yaml +++ b/namespaces/apps/tika/patches/deployment.yaml @@ -11,23 +11,23 @@ spec: imagePullPolicy: IfNotPresent ports: - containerPort: 9998 - name: web + name: tika livenessProbe: httpGet: scheme: HTTP path: / - port: web + port: tika initialDelaySeconds: 60 periodSeconds: 10 readinessProbe: httpGet: scheme: HTTP path: / - port: web + port: tika initialDelaySeconds: 30 periodSeconds: 10 startupProbe: httpGet: scheme: HTTP path: / - port: web + port: tika