Browse Source

Cambio a versión 7.9.1

main
Celestino Rey 2 years ago
parent
commit
514a9af544
3 changed files with 5 additions and 3 deletions
  1. +1
    -0
      Mattermost/README.md
  2. +3
    -2
      Mattermost/mattermost-deployment.yaml
  3. +1
    -1
      Mattermost/pv-local-mattermost.yaml

+ 1
- 0
Mattermost/README.md View File

@ -0,0 +1 @@
https://computingforgeeks.com/install-and-configure-mattermost-on-a-kubernetes-cluster/

+ 3
- 2
Mattermost/mattermost-deployment.yaml View File

@ -11,7 +11,7 @@ spec:
storageClassName: ""
resources:
requests:
storage: 10Gi
storage: 15Gi
---
apiVersion: apps/v1
kind: Deployment
@ -34,7 +34,8 @@ spec:
tier: frontend
spec:
containers:
- image: "mattermost/mattermost-team-edition:6.3.2"
#- image: "mattermost/mattermost-team-edition:6.3.2"
- image: "mattermost/mattermost-team-edition:7.9.1"
name: mattermost
env:
- name: DB_TYPE


+ 1
- 1
Mattermost/pv-local-mattermost.yaml View File

@ -4,7 +4,7 @@ metadata:
name: mm-folder
spec:
capacity:
storage: 10Gi
storage: 15Gi
accessModes:
- ReadWriteOnce
hostPath:


Loading…
Cancel
Save