35bc7b6c31
ci / typecheck (map[dir:apps/booking name:booking]) (push) Has been cancelled
ci / typecheck (map[dir:apps/portal name:portal]) (push) Has been cancelled
ci / typecheck (map[dir:apps/website name:website]) (push) Has been cancelled
ci / typecheck (map[dir:services/platform-api name:platform-api]) (push) Has been cancelled
ci / test (push) Has been cancelled
13 lines
398 B
YAML
13 lines
398 B
YAML
# Kustomization for the dezky application tier. Real Secrets are applied
|
|
# out-of-band (sealed-secrets / SOPS), so secrets.example.yaml is intentionally
|
|
# NOT listed here — it is a template only.
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: dezky-apps
|
|
resources:
|
|
- namespace.yaml
|
|
- platform-api-config.yaml
|
|
- platform-api.yaml
|
|
- portal.yaml
|
|
- booking.yaml
|