Skip to content

Commit

Permalink
Create weather411service.yaml
Browse files Browse the repository at this point in the history
service for weather411
  • Loading branch information
cfoos authored Sep 21, 2024
1 parent a722306 commit a2740f6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions k3s/weather411service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: weather411
namespace: powerwall
spec:
externalTrafficPolicy: Local
ports:
- name: weather411
port: 8676
targetPort: weather411
selector:
app: weather411
type: NodePort

0 comments on commit a2740f6

Please sign in to comment.