mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 15:35:10 +00:00
docs: fix knative docs (#7752)
Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
This commit is contained in:
parent
029a6d393a
commit
4823e47977
@ -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:
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user