Skip to content

Instantly share code, notes, and snippets.

@ozaydinb
Created July 3, 2021 05:27
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 ozaydinb/288ca2bbf0523ab9337e58eafc28f2c4 to your computer and use it in GitHub Desktop.
Save ozaydinb/288ca2bbf0523ab9337e58eafc28f2c4 to your computer and use it in GitHub Desktop.
sample gitlab service.yml
apiVersion: v1
kind: Service
metadata:
name: ${CI_PROJECT_NAME}-service
namespace: tim
spec:
type: NodePort
ports:
- port: 8080
targetPort: 8080
nodePort: ${NODE_PORT}
selector:
app: ${CI_PROJECT_NAME}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment