botoffice-solution/003-service.yml

19 lines
244 B
YAML
Raw Permalink Normal View History

2022-01-13 01:24:56 +01:00
---
apiVersion: v1
kind: Service
metadata:
name: feladat-service
namespace: feladat
labels:
app: feladat
spec:
ports:
- name: httpd
port: 80
targetPort: 80
protocol: TCP
selector:
app: feladat
type: ClusterIP