mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
16 lines
217 B
YAML
16 lines
217 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app: hasura
|
|
name: hasura
|
|
namespace: default
|
|
spec:
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 8080
|
|
selector:
|
|
app: hasura
|
|
type: LoadBalancer
|