improving things
This commit is contained in:
		@@ -44,7 +44,7 @@ spec:
 | 
			
		||||
    - port: 80
 | 
			
		||||
      targetPort: 80
 | 
			
		||||
---
 | 
			
		||||
# 3) PersistentVolumeClaim (local storage via k3s local-path)
 | 
			
		||||
# 3) PersistentVolumeClaim
 | 
			
		||||
apiVersion: v1
 | 
			
		||||
kind: PersistentVolumeClaim
 | 
			
		||||
metadata:
 | 
			
		||||
@@ -60,7 +60,7 @@ spec:
 | 
			
		||||
    requests:
 | 
			
		||||
      storage: 1Gi
 | 
			
		||||
---
 | 
			
		||||
# 4) Ingress (Traefik)
 | 
			
		||||
# 4) Ingress
 | 
			
		||||
apiVersion: networking.k8s.io/v1
 | 
			
		||||
kind: Ingress
 | 
			
		||||
metadata:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user