mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
1b5c8677ab
* docs: normalised versions and explained releases * added downoad links * fix: corrected tar flag for linux Co-authored-by: Florian Forster <florian@caos.ch>
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
apiVersion: serving.knative.dev/v1
|
|
kind: Service
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: zitadel
|
|
spec:
|
|
template:
|
|
metadata:
|
|
annotations:
|
|
client.knative.dev/user-image: ghcr.io/zitadel/zitadel:stable
|
|
creationTimestamp: null
|
|
spec:
|
|
containerConcurrency: 0
|
|
containers:
|
|
- args:
|
|
- admin
|
|
- start-from-init
|
|
- --masterkey
|
|
- MasterkeyNeedsToHave32Characters
|
|
env:
|
|
- name: ZITADEL_DATABASE_COCKROACH_HOST
|
|
value: cockroachdb
|
|
- name: ZITADEL_EXTERNALSECURE
|
|
value: "false"
|
|
- name: ZITADEL_TLS_ENABLED
|
|
value: "false"
|
|
- name: ZITADEL_EXTERNALPORT
|
|
value: 80
|
|
- name: ZITADEL_EXTERNALDOMAIN
|
|
value: zitadel.default.127.0.0.1.sslip.io
|
|
image: ghcr.io/zitadel/zitadel:stable
|
|
name: user-container
|
|
ports:
|
|
- containerPort: 8080
|
|
protocol: TCP
|
|
readinessProbe:
|
|
successThreshold: 1
|
|
tcpSocket:
|
|
port: 0
|
|
resources: {}
|
|
enableServiceLinks: false
|
|
timeoutSeconds: 300
|