fix: update wordpress

This commit is contained in:
Jonas Juselius
2024-02-01 10:11:14 +01:00
parent 9dbdadf41d
commit 9b9e6f2ee2
3 changed files with 103 additions and 1192 deletions
+7 -67
View File
@@ -8,73 +8,13 @@ spec:
destination:
server: https://kubernetes.default.svc
namespace: www-oceanbox
source:
repoURL: https://charts.bitnami.com/bitnami
sources:
- repoURL: https://charts.bitnami.com/bitnami
targetRevision: 19.2.2
chart: wordpress
helm:
values: |
allowEmptyPassword: true
autoscaling:
enabled: false
maxReplicas: 11
minReplicas: 1
targetCPU: 50
targetMemory: 50
containerPorts:
http: 8080
https: 8443
ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/backend-protocol: HTTP
nginx.ingress.kubernetes.io/proxy-body-size: 1024m
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/whitelist-source-range: 0.0.0.0/0
apiVersion: ""
enabled: true
extraHosts:
- name: www.oceanbox.io
path: /
- name: wp.oceanbox.io
path: /
extraPaths: []
extraRules: []
extraTls:
- hosts:
- oceanbox.io
- www.oceanbox.io
- wp.oceanbox.io
secretName: oceanbox-tls
hostname: oceanbox.io
ingressClassName: ""
path: /
pathType: ImplementationSpecific
secrets: []
selfSigned: false
tls: false
multisite:
enable: false
enableNipIoRedirect: false
host: ""
networkType: subdomain
smtpExistingSecret: ""
smtpHost: smtpgw.itpartner.no
smtpPassword: S0m3rp0m@de#21!
smtpPort: 465
smtpProtocol: ssl
smtpUser: utvikling
wordpressBlogName: Oceanbox.io
wordpressConfiguration: ""
wordpressConfigureCache: false
wordpressEmail: info@oceanbox.io
wordpressExtraConfigContent: ""
wordpressFirstName: Svenn
wordpressLastName: Hanssen
wordpressPassword: identify stimulus whacky unluckily
wordpressPlugins: none
wordpressScheme: https
wordpressSkipInstall: false
wordpressTablePrefix: wp_
wordpressUsername: admin
valueFiles:
- $values/wordpress/values.yaml
- repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD
ref: values
File diff suppressed because it is too large Load Diff
+96
View File
@@ -0,0 +1,96 @@
wordpressUsername: admin
wordpressPassword: "identify stimulus whacky unluckily"
existingSecret: ""
wordpressEmail: info@oceanbox.io
wordpressFirstName: Svenn
wordpressLastName: Hanssen
wordpressBlogName: Oceanbox.io
wordpressScheme: https
wordpressSkipInstall: false # NOTE: useful if you use an external database that already contains WordPress data
smtpHost: smtpgw.itpartner.no
smtpPort: 465
smtpUser: utvikling
smtpPassword: S0m3rp0m@de#21!
smtpProtocol: ssl
smtpExistingSecret: ""
allowEmptyPassword: true
multisite:
enable: false
host: ""
networkType: subdomain
enableNipIoRedirect: false
replicaCount: 1
resources:
limits: {}
requests:
memory: 512Mi
cpu: 300m
containerPorts:
http: 8080
https: 8443
service:
type: LoadBalancer
ports:
http: 80
https: 443
httpsTargetPort: https
nodePorts:
http: ""
https: ""
ingress:
enabled: true
pathType: ImplementationSpecific
apiVersion: ""
ingressClassName: ""
hostname: oceanbox.io
path: /
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/backend-protocol: HTTP
nginx.ingress.kubernetes.io/proxy-body-size: 1024m
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/whitelist-source-range: 0.0.0.0/0
tls: false
selfSigned: false
extraHosts:
- name: www.oceanbox.io
path: /
- name: wp.oceanbox.io
path: /
extraPaths: []
extraTls:
- hosts:
- oceanbox.io
- www.oceanbox.io
- wp.oceanbox.io
secretName: oceanbox-tls
persistence:
enabled: true
storageClass: ""
accessModes:
- ReadWriteOnce
accessMode: ReadWriteOnce
size: 10Gi
existingClaim: ""
mariadb:
enabled: true
architecture: standalone
auth:
rootPassword: ""
database: bitnami_wordpress
username: bn_wordpress
password: ""
primary:
persistence:
enabled: true
storageClass: ""
accessModes:
- ReadWriteOnce
size: 8Gi