fix: update wordpress
This commit is contained in:
@@ -8,73 +8,13 @@ spec:
|
|||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: www-oceanbox
|
namespace: www-oceanbox
|
||||||
source:
|
sources:
|
||||||
repoURL: https://charts.bitnami.com/bitnami
|
- repoURL: https://charts.bitnami.com/bitnami
|
||||||
targetRevision: 19.2.2
|
targetRevision: 19.2.2
|
||||||
chart: wordpress
|
chart: wordpress
|
||||||
helm:
|
helm:
|
||||||
values: |
|
valueFiles:
|
||||||
allowEmptyPassword: true
|
- $values/wordpress/values.yaml
|
||||||
autoscaling:
|
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||||
enabled: false
|
targetRevision: HEAD
|
||||||
maxReplicas: 11
|
ref: values
|
||||||
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
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||||
Reference in New Issue
Block a user