Kubernetes/File/Templates-Yaml/service.yaml
offends 7a2f41e7d6
All checks were successful
continuous-integration/drone Build is passing
synchronization
2024-08-07 18:54:39 +08:00

12 lines
167 B
YAML

apiVersion: v1
kind: Service
metadata:
name: service
spec:
selector:
name: service
ports:
- protocol: TCP
port: 80
targetPort: 80
type: ClusterIP