Split manifests into infra/ and applications/
This commit is contained in:
22
applications/minio-aistor/minio-aistor-endpointslice.yaml
Normal file
22
applications/minio-aistor/minio-aistor-endpointslice.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
apiVersion: discovery.k8s.io/v1
|
||||
kind: EndpointSlice
|
||||
metadata:
|
||||
name: minio-aistor
|
||||
namespace: minio-aistor
|
||||
labels:
|
||||
kubernetes.io/service-name: minio-aistor
|
||||
addressType: IPv4
|
||||
ports:
|
||||
- name: api
|
||||
port: 9000
|
||||
protocol: TCP
|
||||
- name: console
|
||||
port: 9001
|
||||
protocol: TCP
|
||||
endpoints:
|
||||
- addresses:
|
||||
- "10.8.14.2"
|
||||
conditions:
|
||||
ready: true
|
||||
serving: true
|
||||
terminating: false
|
||||
Reference in New Issue
Block a user