forked from k-space/kube
		
	argo config drift: camtiler
This commit is contained in:
		| @@ -85,7 +85,7 @@ spec: | |||||||
|               - ReadWriteOnce |               - ReadWriteOnce | ||||||
|             resources: |             resources: | ||||||
|               requests: |               requests: | ||||||
|                 storage: 200Mi |                 storage: 100Mi | ||||||
|         - metadata: |         - metadata: | ||||||
|             name: journal-volume |             name: journal-volume | ||||||
|             labels: |             labels: | ||||||
|   | |||||||
| @@ -152,3 +152,44 @@ spec: | |||||||
|           podSelector: |           podSelector: | ||||||
|             matchLabels: |             matchLabels: | ||||||
|               app.kubernetes.io/name: traefik |               app.kubernetes.io/name: traefik | ||||||
|  | --- | ||||||
|  | # Config drift: Added by ArgoCD | ||||||
|  | apiVersion: networking.k8s.io/v1 | ||||||
|  | kind: NetworkPolicy | ||||||
|  | metadata: | ||||||
|  |   name: minio | ||||||
|  | spec: | ||||||
|  |   egress: | ||||||
|  |     - ports: | ||||||
|  |         - port: http | ||||||
|  |           protocol: TCP | ||||||
|  |       to: | ||||||
|  |         - podSelector: | ||||||
|  |             matchLabels: | ||||||
|  |               app.kubernetes.io/name: minio | ||||||
|  |   ingress: | ||||||
|  |     - from: | ||||||
|  |         - podSelector: {} | ||||||
|  |       ports: | ||||||
|  |         - port: http | ||||||
|  |           protocol: TCP | ||||||
|  |     - from: | ||||||
|  |         - namespaceSelector: | ||||||
|  |             matchLabels: | ||||||
|  |               kubernetes.io/metadata.name: traefik | ||||||
|  |           podSelector: | ||||||
|  |             matchLabels: | ||||||
|  |               app.kubernetes.io/name: traefik | ||||||
|  |     - from: | ||||||
|  |         - namespaceSelector: | ||||||
|  |             matchLabels: | ||||||
|  |               kubernetes.io/metadata.name: monitoring | ||||||
|  |           podSelector: | ||||||
|  |             matchLabels: | ||||||
|  |               app.kubernetes.io/name: prometheus | ||||||
|  |   podSelector: | ||||||
|  |     matchLabels: | ||||||
|  |       app.kubernetes.io/name: minio | ||||||
|  |   policyTypes: | ||||||
|  |     - Ingress | ||||||
|  |     - Egress | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user