botoffice-solution/003-service.yml

19 lines
244 B
YAML

---
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