cleanup and adding in k3s folder

This commit is contained in:
talksik
2023-11-20 12:37:35 -08:00
parent e5d307cdf0
commit db750f1832
7 changed files with 8 additions and 8 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: sample-app-service
annotations:
metallb.universe.tf/address-pool: first-pool
spec:
ports:
- port: 80
targetPort: 80
protocol: TCP
type: LoadBalancer
selector:
app: nginx