hanyadikhetvan-deploy/service.yaml

17 lines
276 B
YAML
Raw Normal View History

2021-02-09 18:39:35 +01:00
apiVersion: v1
kind: Service
metadata:
name: hanyadikhetvan-service
namespace: hanyadikhetvan
labels:
app: hanyadikhetvan
spec:
ports:
- name: hanyadikhetvan
port: 80
targetPort: 80
protocol: TCP
selector:
app: hanyadikhetvan
type: ClusterIP