2023-05-15 09:25:55 +00:00
|
|
|
---
|
|
|
|
values: |
|
|
|
|
hugo:
|
|
|
|
image:
|
|
|
|
tag: $ARGO_APP_IMAGE_TAG
|
|
|
|
env:
|
|
|
|
HUGO_PARAMS_GITCOMMIT: $ARGO_APP_IMAGE_TAG
|
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://badhouseplants.net/
|
|
|
|
link.argocd.argoproj.io/build: $DRONE_BUILD_LINK
|
2024-05-27 07:34:42 +00:00
|
|
|
pathtype: ImplementationSpecific
|
|
|
|
hosts:
|
|
|
|
- host: badhouseplants.net
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
- host: www.badhouseplants.net
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
tls:
|
|
|
|
- secretName: badhp-tls
|
|
|
|
hosts:
|
|
|
|
- badhouseplants.net
|
|
|
|
- www.badhouseplants.net
|
|
|
|
|
2023-05-15 09:25:55 +00:00
|
|
|
remark42:
|
|
|
|
settings:
|
|
|
|
secret: $ARGO_REMARK_SECRET
|
|
|
|
admin:
|
2024-02-13 14:33:11 +00:00
|
|
|
sharedEmail: allanger@badhouseplants.net
|
2023-05-15 09:25:55 +00:00
|
|
|
oauth:
|
|
|
|
github:
|
|
|
|
enabled: true
|
|
|
|
key: 1fb3d33a62b074bc0ea0
|
|
|
|
secret: $ARGO_GITHUB_OAUTH_KEY
|
|
|
|
google:
|
|
|
|
enabled: true
|
|
|
|
key: 966815964055-m9t7leuj1arqimqu2pvbs1k10cg54gcg.apps.googleusercontent.com
|
|
|
|
secret: $ARGO_GOOGLE_OAUTH_KEY
|
|
|
|
storage:
|
|
|
|
requestedSize: 300Mi
|
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.badhouseplants.net/web
|
|
|
|
## Hosts
|
|
|
|
hosts:
|
|
|
|
- host: remark42.badhouseplants.net
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
|
|
|
|
tls:
|
|
|
|
secretName: chart-example-tls
|
|
|
|
hosts:
|
|
|
|
- remark42.badhouseplants.net
|
|
|
|
|