Fixed etc typo

This commit is contained in:
2023-03-23 09:05:12 +01:00
parent 3e5f4e81cd
commit 95bc858d5f

View File

@@ -74,7 +74,7 @@ spec:
- name: local - name: local
mountPath: /app mountPath: /app
- name: serverconfig - name: serverconfig
mountPath: /etx/nginx/nginx.conf mountPath: /etc/nginx/nginx.conf
subPath: nginx.conf subPath: nginx.conf
- name: serverconfig - name: serverconfig
mountPath: /usr/local/etc/php-fpm.d/www.conf mountPath: /usr/local/etc/php-fpm.d/www.conf
@@ -113,4 +113,4 @@ spec:
- containerPort: 8080 - containerPort: 8080
name: http name: http
protocol: TCP protocol: TCP