Successful deploy
This commit is contained in:
+22
-7
@@ -14,13 +14,18 @@
|
|||||||
- name: Deploy Pixelfed
|
- name: Deploy Pixelfed
|
||||||
kubernetes.core.helm:
|
kubernetes.core.helm:
|
||||||
name: pixelfed
|
name: pixelfed
|
||||||
chart_ref: small-hack-pixelfed/pixelfed
|
chart_ref: https://gitea.eom.dev/DevOps/helm-pixelfed/releases/download/v1.0.0/helm-pixelfed-v1.0.0.tar.gz
|
||||||
release_namespace: pixelfed
|
release_namespace: pixelfed
|
||||||
create_namespace: true
|
create_namespace: true
|
||||||
values:
|
values:
|
||||||
|
image:
|
||||||
|
repository: mattlqx/docker-pixelfed
|
||||||
|
tag: v0.12.7-nginx
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations: {}
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: ca-issuer
|
||||||
|
className: "nginx"
|
||||||
hosts:
|
hosts:
|
||||||
- host: pixelfed.eom.dev
|
- host: pixelfed.eom.dev
|
||||||
paths:
|
paths:
|
||||||
@@ -37,18 +42,28 @@
|
|||||||
targetCPUUtilizationPercentage: 80
|
targetCPUUtilizationPercentage: 80
|
||||||
valkey:
|
valkey:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
image:
|
||||||
|
repository: bitnamilegacy/valkey
|
||||||
fullnameOverride: "valkey"
|
fullnameOverride: "valkey"
|
||||||
global:
|
global:
|
||||||
storageClass: "r720-nfs-client"
|
storageClass: "r720-nfs-client"
|
||||||
|
security:
|
||||||
|
allowInsecureImages: true
|
||||||
|
valkey:
|
||||||
|
password: "{{ pixelfed_valkey_password }}"
|
||||||
auth:
|
auth:
|
||||||
enabled: true
|
enabled: true
|
||||||
existingSecret: ""
|
existingSecret: ""
|
||||||
existingSecretPasswordKey: "password"
|
existingSecretPasswordKey: "password"
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
image:
|
||||||
|
repository: bitnamilegacy/postgresql
|
||||||
fullnameOverride: "postgresql"
|
fullnameOverride: "postgresql"
|
||||||
global:
|
global:
|
||||||
storageClass: ""
|
storageClass: "nfs-client"
|
||||||
|
security:
|
||||||
|
allowInsecureImages: true
|
||||||
volumePermissions:
|
volumePermissions:
|
||||||
enabled: false
|
enabled: false
|
||||||
phpConfigs: {}
|
phpConfigs: {}
|
||||||
@@ -64,7 +79,7 @@
|
|||||||
# pm.max_spare_servers = 280
|
# pm.max_spare_servers = 280
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClassName: ""
|
storageClassName: "nfs-client"
|
||||||
storage: 2Ti
|
storage: 2Ti
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
@@ -95,7 +110,7 @@
|
|||||||
log_level: "debug"
|
log_level: "debug"
|
||||||
open_registration: true
|
open_registration: true
|
||||||
enforce_email_verification: true
|
enforce_email_verification: true
|
||||||
min_password_length: 16
|
min_password_length: 14
|
||||||
account_deletion: true
|
account_deletion: true
|
||||||
oauth_enabled: true
|
oauth_enabled: true
|
||||||
stories_enabled: true
|
stories_enabled: true
|
||||||
@@ -118,8 +133,8 @@
|
|||||||
description: "Pixelfed on eom.dev"
|
description: "Pixelfed on eom.dev"
|
||||||
discover_public: true
|
discover_public: true
|
||||||
public_hashtags: true
|
public_hashtags: true
|
||||||
contact_form: true
|
contact_form: false
|
||||||
contact_email: "eric@eom.dev"
|
contact_email: ""
|
||||||
contact_max_per_day: 1
|
contact_max_per_day: 1
|
||||||
profile_embeds: true
|
profile_embeds: true
|
||||||
post_embeds: true
|
post_embeds: true
|
||||||
|
|||||||
Reference in New Issue
Block a user