apiVersion: v1 kind: Service metadata: name: rails-app namespace: rails-app labels: app: rails-app spec: type: ClusterIP ports: - port: 80 targetPort: 3000 protocol: TCP name: http selector: app: rails-app