Skip to content

Instantly share code, notes, and snippets.

@lukeraphael
Created July 11, 2022 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukeraphael/92b8245f6c7a52902c8fbfbac74c569d to your computer and use it in GitHub Desktop.
Save lukeraphael/92b8245f6c7a52902c8fbfbac74c569d to your computer and use it in GitHub Desktop.
Default Risingwave with Nodeport
apiVersion: risingwave.singularity-data.com/v1alpha1
kind: RisingWave
metadata:
name: test-risingwave-amd64
namespace: test
spec:
arch: amd64
objectStorage:
minIO: {}
---
apiVersion: v1
kind: Service
metadata:
name: test-risingwave-amd64-frontend-nodeport
namespace: test
spec:
type: NodePort
ports:
- port: 4567
targetPort: 4567
nodePort: 30091
selector:
risingwave/component: frontend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment