charts/bsky-pds.yaml (view raw)
1apiVersion: helm.cattle.io/v1
2kind: HelmChart
3metadata:
4 name: bsky-pds
5 namespace: default
6spec:
7 repo: https://charts.nerkho.ch
8 chart: bluesky-pds
9 targetNamespace: default
10 valuesContent: |-
11 fullnameOverride: bsky-pds
12 image:
13 tag: 0.4.67
14 pds:
15 config:
16 hostname: pds.icyphox.sh
17 secrets:
18 existingSecret: pds
19 ingress:
20 enabled: true
21 className: nginx
22 annotations:
23 cert-manager.io/cluster-issuer: letsencrypt-prod
24 nginx.ingress.kubernetes.io/ssl-redirect: "true"
25 hosts:
26 - host: pds.icyphox.sh
27 paths:
28 - path: /
29 pathType: Prefix
30 tls:
31 - secretName: pds-icyphox-sh-tls
32 hosts:
33 - pds.icyphox.sh