matomo-deployment.yaml 1020 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. apiVersion: extensions/v1beta1
  2. kind: Deployment
  3. metadata:
  4. annotations:
  5. io.rancher.container.pull_image: always
  6. kompose.cmd: migration-tools parse --docker-file docker-compose.yml --rancher-file
  7. rancher-compose.yml
  8. kompose.version: 1.16.0 (HEAD)
  9. creationTimestamp: null
  10. labels:
  11. io.kompose.service: matomo
  12. name: matomo
  13. spec:
  14. replicas: 0
  15. strategy:
  16. type: Recreate
  17. template:
  18. metadata:
  19. creationTimestamp: null
  20. labels:
  21. io.kompose.service: matomo
  22. spec:
  23. containers:
  24. - env:
  25. - name: GID
  26. value: "1000"
  27. - name: UID
  28. value: "1000"
  29. image: matomo
  30. name: matomo
  31. ports:
  32. - containerPort: 80
  33. resources: {}
  34. stdin: true
  35. tty: true
  36. volumeMounts:
  37. - mountPath: /var/www/html/config
  38. name: matomo-claim0
  39. restartPolicy: Always
  40. volumes:
  41. - name: matomo-claim0
  42. persistentVolumeClaim:
  43. claimName: matomo-claim0
  44. status: {}