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