Updated with service example, updated version number, build steps

This commit is contained in:
Daniel Gormly
2020-04-03 22:19:00 +11:00
parent ddac2b3969
commit cd888d5ff8
4 changed files with 28 additions and 3 deletions
+14
View File
@@ -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