20 lines
673 B
YAML
20 lines
673 B
YAML
apiVersion: v2
|
|
name: zddc-server-prod
|
|
description: |
|
|
Production deployment of zddc-server. Compiles from source via an
|
|
init container at deploy time (no image pull from a registry); the
|
|
main container is alpine + the freshly-built binary. TLS is expected
|
|
to be terminated upstream (ingress / sidecar / load balancer); the
|
|
pod listens on plain HTTP and requires ZDDC_INSECURE_DIRECT=1.
|
|
type: application
|
|
version: 0.1.0
|
|
appVersion: "0.0.7" # zddc-server git tag this chart was last verified against
|
|
home: https://zddc.varasys.io/
|
|
sources:
|
|
- https://codeberg.org/VARASYS/ZDDC
|
|
maintainers:
|
|
- name: VARASYS
|
|
keywords:
|
|
- zddc
|
|
- file-server
|
|
- document-control
|