2023-02-17 14:19:49 +00:00
|
|
|
replicaCount: 1
|
|
|
|
|
2023-03-06 20:42:35 +00:00
|
|
|
nginx:
|
2023-02-25 20:25:16 +00:00
|
|
|
container:
|
|
|
|
name: nginx
|
|
|
|
resources: {}
|
2023-03-06 20:42:35 +00:00
|
|
|
image:
|
2023-02-25 20:25:16 +00:00
|
|
|
repository: nginx
|
|
|
|
pullPolicy: Always
|
|
|
|
tag: latest
|
2023-03-06 20:42:35 +00:00
|
|
|
|
2023-02-25 20:25:16 +00:00
|
|
|
rclone:
|
2024-05-14 10:48:21 +00:00
|
|
|
command: "rclone copy -P badhouseplants-public:/badhouseplants-net-main /static"
|
2023-02-25 20:25:16 +00:00
|
|
|
container:
|
|
|
|
name: rclone
|
|
|
|
resources: {}
|
2023-03-06 20:42:35 +00:00
|
|
|
image:
|
2023-02-25 20:25:16 +00:00
|
|
|
repository: rclone/rclone
|
|
|
|
pullPolicy: Always
|
|
|
|
tag: latest
|
|
|
|
config: |-
|
|
|
|
[badhouseplants-public]
|
|
|
|
type = s3
|
|
|
|
provider = Minio
|
|
|
|
region = us-west-1
|
|
|
|
endpoint = s3.badhouseplants.net
|
|
|
|
location_constraint = us-west-1
|
|
|
|
|
|
|
|
hugo:
|
|
|
|
container:
|
|
|
|
name: badhouseplants-net
|
|
|
|
resources: {}
|
2024-02-13 14:33:11 +00:00
|
|
|
image:
|
2023-02-26 06:27:44 +00:00
|
|
|
repository: git.badhouseplants.net/badhouseplants/badhouseplants-net
|
2023-02-25 20:25:16 +00:00
|
|
|
pullPolicy: Always
|
|
|
|
tag: latest
|
2023-02-26 05:11:02 +00:00
|
|
|
baseURL: https://badhouseplants.net/
|
2023-02-25 20:25:16 +00:00
|
|
|
buildDrafts: false
|
2023-02-26 13:29:29 +00:00
|
|
|
env:
|
|
|
|
HUGO_PARAMS_GITBRANCH: main
|
2023-02-25 20:25:16 +00:00
|
|
|
|
|
|
|
istio:
|
2023-02-26 04:42:25 +00:00
|
|
|
annotations: {}
|
2023-02-25 20:25:16 +00:00
|
|
|
enabled: true
|
|
|
|
hosts:
|
|
|
|
- badhouseplants.net
|
|
|
|
- www.badhouseplants.net
|
|
|
|
prefix: /
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
# ----------------------------------------------
|
2024-02-13 14:33:11 +00:00
|
|
|
# -- An emptydir volume where hugo should
|
2023-02-25 20:25:16 +00:00
|
|
|
# -- put the static content
|
|
|
|
# ----------------------------------------------
|
|
|
|
public:
|
|
|
|
name: public-content
|
2024-02-13 14:33:11 +00:00
|
|
|
sizeLimit: 1Gi
|
2023-02-25 20:25:16 +00:00
|
|
|
# ----------------------------------------------
|
2024-02-13 14:33:11 +00:00
|
|
|
# -- An emptydir volume where rclone should
|
2023-02-25 20:25:16 +00:00
|
|
|
# -- download pictures
|
|
|
|
# ----------------------------------------------
|
2024-02-13 14:33:11 +00:00
|
|
|
rclone:
|
2023-02-25 20:25:16 +00:00
|
|
|
name: s3-data
|
|
|
|
sizeLimit: 1Gi
|
|
|
|
|
2023-02-18 20:02:02 +00:00
|
|
|
remark42:
|
|
|
|
enabled: true
|
|
|
|
settings:
|
|
|
|
url: https://remark42.badhouseplants.net
|
|
|
|
secretKey: secret
|
|
|
|
emoji: true
|
|
|
|
auth:
|
2023-03-01 17:18:35 +00:00
|
|
|
anonymous: false
|
2023-02-18 20:02:02 +00:00
|
|
|
sameSite: "none"
|
|
|
|
oauth:
|
|
|
|
google:
|
2023-03-01 17:18:35 +00:00
|
|
|
enabled: false
|
2023-02-18 20:02:02 +00:00
|
|
|
github:
|
2023-03-01 17:18:35 +00:00
|
|
|
enabled: false
|
2023-02-18 20:02:02 +00:00
|
|
|
istio:
|
|
|
|
annotations: {}
|
|
|
|
enabled: true
|
|
|
|
hosts:
|
|
|
|
- remark42.badhouseplants.net
|
|
|
|
prefix: /
|
|
|
|
|
2023-02-17 14:19:49 +00:00
|
|
|
imagePullSecrets: []
|
|
|
|
nameOverride: ""
|
|
|
|
fullnameOverride: ""
|
|
|
|
|
2023-02-26 04:42:25 +00:00
|
|
|
deployAnnotations: {}
|
2023-02-17 14:19:49 +00:00
|
|
|
|
|
|
|
podSecurityContext: {}
|
|
|
|
# fsGroup: 2000
|
|
|
|
|
|
|
|
securityContext: {}
|
|
|
|
# capabilities:
|
|
|
|
# drop:
|
|
|
|
# - ALL
|
|
|
|
# readOnlyRootFilesystem: true
|
|
|
|
# runAsNonRoot: true
|
|
|
|
# runAsUser: 1000
|
|
|
|
|
|
|
|
service:
|
|
|
|
type: ClusterIP
|
|
|
|
port: 80
|
|
|
|
|
|
|
|
ingress:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
autoscaling:
|
|
|
|
enabled: false
|
|
|
|
minReplicas: 1
|
|
|
|
maxReplicas: 100
|
|
|
|
targetCPUUtilizationPercentage: 80
|
|
|
|
# targetMemoryUtilizationPercentage: 80
|