Files
plugin-drone-k8s-kube/testdata/service.yaml
T
2022-11-08 19:27:35 +08:00

15 lines
236 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ app_name }}
namespace: {{ app_namespace }}
labels:
app: {{ app_name }}
spec:
ports:
- nodePort: 30090
port: 9090
selector:
app: {{ app_name }}
type: NodePort