docs: fix knative docs (#7752)

Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
This commit is contained in:
Elio Bischof 2024-04-18 15:45:15 +02:00 committed by GitHub
parent 029a6d393a
commit 4823e47977
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 14 deletions

View File

@ -57,18 +57,6 @@ spec:
selector: selector:
app: cockroachdb app: cockroachdb
--- ---
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: cockroachdb-budget
labels:
app: cockroachdb
spec:
selector:
matchLabels:
app: cockroachdb
maxUnavailable: 1
---
apiVersion: apps/v1 apiVersion: apps/v1
kind: StatefulSet kind: StatefulSet
metadata: metadata:

View File

@ -7,7 +7,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
client.knative.dev/user-image: ghcr.io/zitadel/zitadel:stable client.knative.dev/user-image: ghcr.io/zitadel/zitadel:latest
creationTimestamp: null creationTimestamp: null
spec: spec:
containerConcurrency: 0 containerConcurrency: 0
@ -28,7 +28,7 @@ spec:
value: "80" value: "80"
- name: ZITADEL_EXTERNALDOMAIN - name: ZITADEL_EXTERNALDOMAIN
value: zitadel.default.127.0.0.1.sslip.io value: zitadel.default.127.0.0.1.sslip.io
image: ghcr.io/zitadel/zitadel:stable image: ghcr.io/zitadel/zitadel:latest
name: user-container name: user-container
ports: ports:
- containerPort: 8080 - containerPort: 8080