Skip to content

Commit

Permalink
refactor(main): remove the 'host' field. (#140)
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <[email protected]>
  • Loading branch information
cuisongliu committed Nov 14, 2023
1 parent c2ac456 commit b062f0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ metadata:
name: wordpress
namespace: default
spec:
hosts:

periodSeconds: 10
ports:
- name: wp-https
Expand Down
2 changes: 1 addition & 1 deletion config/charts/endpoints-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: v2
name: endpoints-operator
description: kubernetes endpoints balance for outsite apiserver
engine: gotpl
kubeVersion: ">=1.16.0-0"
kubeVersion: ">=1.20.0-0"
sources:
- https://github.com/labring/endpoints-operator
home: https://github.com/labring/endpoints-operator
Expand Down
4 changes: 2 additions & 2 deletions config/demo/dmz-kube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ metadata:
spec:
clusterIP: None
periodSeconds: 10
hosts:
- 192.168.64.24
ports:
- name: https
hosts:
- 192.168.64.24
port: 6443
protocol: TCP
targetPort: 6443
Expand Down

0 comments on commit b062f0f

Please sign in to comment.