1
0
Fork 0

Kubernetes ingress provider to search via all endpoints

This commit is contained in:
Martin Vizvary 2021-04-15 18:16:04 +02:00 committed by GitHub
parent be81ce244e
commit 5814ba5322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 88 additions and 1 deletions

View file

@ -0,0 +1,20 @@
apiVersion: v1
kind: Service
metadata:
name: service1
namespace: testing
spec:
ports:
- name: http
port: 8080
protocol: TCP
targetPort: http-api
- name: http-admin
port: 8079
protocol: TCP
targetPort: http-admin
selector:
app: foo
sessionAffinity: None
type: ClusterIP