mirror of
https://github.com/lensapp/lens.git
synced 2024-11-10 10:36:25 +03:00
ec9c47752f
Co-authored-by: Pavel Ashevskiy <pavel.ashevskiy@ifellow.ru>
12 lines
158 B
YAML
12 lines
158 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: my-service
|
|
spec:
|
|
selector:
|
|
app: MyApp
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 9376
|