diff --git a/openshift-configs/railsgoatservice.yaml b/openshift-configs/railsgoatservice.yaml new file mode 100644 index 0000000..dfe64f1 --- /dev/null +++ b/openshift-configs/railsgoatservice.yaml @@ -0,0 +1,11 @@ +apiVersion: v1 +kind: Service +metadata: + name: railsgoat +spec: + selector: + app: railsgoat + ports: + - protocol: TCP + port: 80 + targetPort: 3000 \ No newline at end of file