mirror of
https://github.com/zc2638/drone-k8s-plugin.git
synced 2026-07-16 16:10:07 +08:00
15 lines
236 B
YAML
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
|