16 lines
199 B
YAML
16 lines
199 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: my-service
|
|
namespace: sayedhashimi
|
|
spec:
|
|
selector:
|
|
app: my-python-image
|
|
ports:
|
|
- protocol: TCP
|
|
port: 8001
|
|
targetPort: 9376
|
|
|
|
|
|
|