mirror of
https://github.com/danielgormly/drone-plugin-kube.git
synced 2026-06-14 22:11:16 +08:00
Updated with service example, updated version number, build steps
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user