24 lines
353 B
YAML
24 lines
353 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: mobility-accounts
|
||
|
spec:
|
||
|
selector:
|
||
|
app: mobility-accounts
|
||
|
ports:
|
||
|
- port: 8080
|
||
|
name: grpc
|
||
|
targetPort: 8080
|
||
|
- port: 80
|
||
|
name: http
|
||
|
targetPort: 80
|
||
|
# ---
|
||
|
# apiVersion: v1
|
||
|
# kind: Service
|
||
|
# metadata:
|
||
|
# name: auth
|
||
|
# spec:
|
||
|
# type: ExternalName
|
||
|
# externalName: mobility-accounts
|
||
|
|