2023-04-24 16:01:13 +00:00
|
|
|
---
|
2023-05-15 09:25:55 +00:00
|
|
|
values: |
|
2024-05-27 07:34:42 +00:00
|
|
|
ingress:
|
|
|
|
enabled: true
|
|
|
|
className: ~
|
|
|
|
annotations:
|
|
|
|
kubernetes.io/ingress.class: traefik
|
|
|
|
kubernetes.io/tls-acme: "true"
|
|
|
|
kubernetes.io/ingress.allow-http: "false"
|
|
|
|
kubernetes.io/ingress.global-static-ip-name: ""
|
|
|
|
cert-manager.io/cluster-issuer: badhouseplants-issuer-http01
|
2023-05-15 09:25:55 +00:00
|
|
|
link.argocd.argoproj.io/env: https://$ARGO_APP_HOSTNAME/
|
|
|
|
link.argocd.argoproj.io/build: $DRONE_BUILD_LINK
|
2024-05-27 07:34:42 +00:00
|
|
|
pathtype: ImplementationSpecific
|
|
|
|
hosts:
|
|
|
|
- host: $ARGO_APP_HOSTNAME
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
tls:
|
|
|
|
- secretName: badhp-$ARGO_APP_BRANCH-tls
|
|
|
|
hosts:
|
|
|
|
- $ARGO_APP_HOSTNAME
|
|
|
|
|
2023-05-15 09:25:55 +00:00
|
|
|
hugo:
|
|
|
|
image:
|
|
|
|
tag: $ARGO_APP_IMAGE_TAG
|
|
|
|
baseURL: https://$ARGO_APP_HOSTNAME/
|
|
|
|
buildDrafts: true
|
|
|
|
env:
|
|
|
|
HUGO_PARAMS_GITBRANCH: $ARGO_APP_BRANCH
|
2024-02-13 14:33:11 +00:00
|
|
|
HUGO_PARAMS_COMMENTS_REMARK42_HOST: https://remark42-$ARGO_APP_HOSTNAME
|
2023-05-15 09:25:55 +00:00
|
|
|
HUGO_PARAMS_GITCOMMIT: $ARGO_APP_IMAGE_TAG
|
|
|
|
remark42:
|
|
|
|
settings:
|
|
|
|
url: https://remark42-$ARGO_APP_HOSTNAME/
|
|
|
|
auth:
|
|
|
|
anonymous: true
|
|
|
|
secretKey: $ARGO_REMARK_SECRET
|
2024-05-27 07:34:42 +00:00
|
|
|
ingress:
|
|
|
|
enabled: true
|
|
|
|
className: ~
|
|
|
|
annotations:
|
|
|
|
kubernetes.io/ingress.class: traefik
|
|
|
|
kubernetes.io/tls-acme: "true"
|
|
|
|
kubernetes.io/ingress.allow-http: "false"
|
|
|
|
kubernetes.io/ingress.global-static-ip-name: ""
|
|
|
|
cert-manager.io/cluster-issuer: badhouseplants-issuer-http01
|
|
|
|
link.argocd.argoproj.io/remark42: https://remark42-$ARGO_APP_HOSTNAME/
|
|
|
|
## Hosts
|
|
|
|
hosts:
|
|
|
|
- host: remark42.badhouseplants.net
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
|
|
|
|
tls:
|
|
|
|
secretName: remark-$ARGO_APP_BRANCH-tls
|
|
|
|
hosts:
|
|
|
|
- remark42-$ARGO_APP_HOSTNAME
|
2023-05-15 09:25:55 +00:00
|
|
|
rclone:
|
2024-05-14 10:48:21 +00:00
|
|
|
command: 'rclone copy -P badhouseplants-public:/badhouseplants-net/$ARGO_APP_IMAGE_TAG /static'
|