Renamed service to endpoint.
This commit is contained in:
15
config/hemmelig/hemmelig-endpoint.yaml
Normal file
15
config/hemmelig/hemmelig-endpoint.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: discovery.k8s.io/v1
|
||||
kind: EndpointSlice
|
||||
metadata:
|
||||
name: hemmelig-docker
|
||||
namespace: default
|
||||
labels:
|
||||
kubernetes.io/service-name: hemmelig-docker
|
||||
addressType: IPv4
|
||||
ports:
|
||||
- name: http
|
||||
port: 3000
|
||||
protocol: TCP
|
||||
endpoints:
|
||||
- addresses:
|
||||
- 192.168.4.106
|
||||
Reference in New Issue
Block a user