mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-04-19 09:16:40 +00:00
19 lines
291 B
YAML
19 lines
291 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: backend
|
|
namespace: webapp
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: backend
|
|
ports:
|
|
- name: http
|
|
port: 9898
|
|
protocol: TCP
|
|
targetPort: http
|
|
- port: 9999
|
|
targetPort: grpc
|
|
protocol: TCP
|
|
name: grpc
|