- igotify server v1.6.0.1 (supports Gotify 3.x) - gotify upgraded 2.9.1 → 3.1.0 - igotify PVC, Deployment, Service, Ingress in notifications ns - CoreDNS rewrite for igotify.riotpiao.com → nginx
13 lines
259 B
YAML
13 lines
259 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- db.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
- igotify-pvc.yaml
|
|
- igotify-deployment.yaml
|
|
- igotify-service.yaml
|
|
- igotify-ingress.yaml
|