From 4849dd092768adc37f5cfd482f4f0b62d372c679 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 7 Aug 2025 09:27:36 +0300 Subject: migrate to be a helm chart --- f3s/example-apache-volume-claim/apache-service.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 f3s/example-apache-volume-claim/apache-service.yaml (limited to 'f3s/example-apache-volume-claim/apache-service.yaml') diff --git a/f3s/example-apache-volume-claim/apache-service.yaml b/f3s/example-apache-volume-claim/apache-service.yaml deleted file mode 100644 index 1105e3a..0000000 --- a/f3s/example-apache-volume-claim/apache-service.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - labels: - app: apache - name: apache-service - namespace: test -spec: - ports: - - name: web - port: 80 - protocol: TCP - # Expose port 80 on the service - targetPort: 80 - selector: - # Link this service to pods with the label app=apache - app: apache -- cgit v1.2.3