This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import mysql from 'mysql2/promise'; | |
import express from 'express'; | |
// TODO: adjust these connection details to match your SingleStore deployment: | |
const HOST = '<your host end point>'; | |
const USER = 'admin'; | |
const PASSWORD = '<your password>'; | |
const DATABASE = 'saman'; | |
const app = express(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: prometheus-config | |
data: | |
prometheus.yml: | | |
global: | |
scrape_interval: 15s | |
scrape_configs: | |
- job_name: 'nodejs-app' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
template: | |
name: pipeline template Helm Guestbook | |
identifier: pipeline_template_Helm_Guestbook | |
versionLabel: "1.0" | |
type: Pipeline | |
projectIdentifier: TemplatesDemo | |
orgIdentifier: default | |
tags: {} | |
spec: | |
stages: |