public k8s config for my alrest cluster
1apiVersion: x.within.website/v1
2kind: App
3metadata:
4 name: atcr-hold
5 namespace: ci
6
7spec:
8 image: atcr.io/atcr.io/hold:latest
9 autoUpdate: true
10 imagePullSecrets:
11 - atcr
12 port: 8080
13
14 ingress:
15 enabled: true
16 host: hold.cetacean.club
17
18 storage:
19 enabled: true
20 path: "/var/lib/atcr-hold"
21 size: 4Gi
22
23 env:
24 - name: HOLD_SERVER_PUBLIC_URL
25 value: https://hold.cetacean.club
26 - name: HOLD_REGISTRATION_OWNER_DID
27 value: did:plc:e5nncb3dr5thdkjir5cfaqfe
28 - name: HOLD_STORAGE_BUCKET
29 value: xe-atcr-hold
30
31 secrets:
32 - name: tigris-creds
33 itemPath: "vaults/lc5zo4zjz3if3mkeuhufjmgmui/items/labxn77cywxwoncjuhr2og3anm"
34 environment: true