diff options
Diffstat (limited to 'kubernetes/namespaces/default/hastebin/service.yaml')
-rw-r--r-- | kubernetes/namespaces/default/hastebin/service.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kubernetes/namespaces/default/hastebin/service.yaml b/kubernetes/namespaces/default/hastebin/service.yaml new file mode 100644 index 0000000..d34bf5c --- /dev/null +++ b/kubernetes/namespaces/default/hastebin/service.yaml @@ -0,0 +1,11 @@ +apiVersion: v1 +kind: Service +metadata: + name: hastebin +spec: + selector: + app: hastebin + ports: + - protocol: TCP + port: 80 + targetPort: 7777 |