Skip to content

Commit

Permalink
☸️ remove endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
lazhenyi committed Nov 21, 2024
1 parent b617fab commit 3a34f4d
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions chart/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,4 @@ spec:
ports:
- protocol: TCP
port: 80
targetPort: 80

---
apiVersion: v1
kind: Endpoints
metadata:
name: gitdata-rust
namespace: gitdata
subsets:
- addresses:
- ip: 10.210.1.150
- ip: 10.210.1.151
- ip: 10.210.1.152
ports:
- port: 80
targetPort: 80

0 comments on commit 3a34f4d

Please sign in to comment.