# Save the output of this file and use kubectl create -f to import # it into Kubernetes. # # Created with podman-4.7.2 apiVersion: v1 kind: Pod metadata: creationTimestamp: "2023-12-06T16:18:35Z" labels: app: landleben-linum name: landleben-linum spec: containers: - args: - supervisord image: localhost/php7.4-nginx:latest name: froxlor-nginx-php ports: - containerPort: 3306 hostPort: 3306 - containerPort: 80 hostPort: 8080 securityContext: runAsGroup: 999 runAsUser: 999 volumeMounts: - mountPath: /app name: home-do-git-php-landleben-linum-host-0 - mountPath: /etc/nginx/nginx.conf name: home-do-git-php-landleben-linum-podman-nginx.conf-host-1 - args: - mariadbd env: - name: MARIADB_ROOT_PASSWORD value: rootpW image: docker.io/library/mariadb:latest name: landleben-linum-mariadb securityContext: runAsGroup: 999 runAsUser: 999 volumeMounts: - mountPath: /etc/mysql/conf.d name: home-do-git-php-landleben-linum-podman-mariadb.d-host-0 - mountPath: /var/lib/mysql name: landleben-linum-mariadb-pvc hostUsers: false volumes: - hostPath: path: /home/do/git/landleben-linum/podman/nginx.conf type: File name: home-do-git-php-landleben-linum-podman-nginx.conf-host-1 - hostPath: path: /home/do/git/landleben-linum/podman/mariadb.d type: Directory name: home-do-git-php-landleben-linum-podman-mariadb.d-host-0 - name: landleben-linum-mariadb-pvc persistentVolumeClaim: claimName: landleben-linum-mariadb - hostPath: path: /home/do/git/landleben-linum/landleben-linum.de type: Directory name: home-do-git-php-landleben-linum-host-0