Skip to content

Commit

Permalink
docs: fix knative docs (zitadel#7752)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
  • Loading branch information
eliobischof and stebenz authored Apr 18, 2024
1 parent 029a6d3 commit 4823e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions deploy/knative/cockroachdb-statefulset-single-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,6 @@ spec:
selector:
app: cockroachdb
---
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: cockroachdb-budget
labels:
app: cockroachdb
spec:
selector:
matchLabels:
app: cockroachdb
maxUnavailable: 1
---
apiVersion: apps/v1
kind: StatefulSet
metadata:
Expand Down
4 changes: 2 additions & 2 deletions deploy/knative/zitadel-knative-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
template:
metadata:
annotations:
client.knative.dev/user-image: ghcr.io/zitadel/zitadel:stable
client.knative.dev/user-image: ghcr.io/zitadel/zitadel:latest
creationTimestamp: null
spec:
containerConcurrency: 0
Expand All @@ -28,7 +28,7 @@ spec:
value: "80"
- name: ZITADEL_EXTERNALDOMAIN
value: zitadel.default.127.0.0.1.sslip.io
image: ghcr.io/zitadel/zitadel:stable
image: ghcr.io/zitadel/zitadel:latest
name: user-container
ports:
- containerPort: 8080
Expand Down

0 comments on commit 4823e47

Please sign in to comment.