mirror of
https://github.com/danielgormly/drone-plugin-kube.git
synced 2026-06-04 10:14:53 +08:00
15 lines
210 B
YAML
15 lines
210 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: wiki-http
|
|
namespace: default
|
|
spec:
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: 80
|
|
selector:
|
|
app: wiki
|
|
type: ClusterIP
|