Primeiro commit

This commit is contained in:
joao.herculano
2026-08-06 11:13:33 -03:00
commit 4e1ebe861c
110 changed files with 18052 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Secret
metadata:
name: sla-separacao-env
namespace: ci-cd
type: Opaque
stringData:
DB_HOST: "10.77.77.10"
DB_PORT: "1433"
DB_NAME: "GINSENG"
DB_USER: "suprimentos"
DB_PASSWORD: "trocar-antes-de-aplicar"
DB_ENCRYPT: "true"
DB_TRUST_SERVER_CERT: "true"
DB_SERVER_NAME: "sqlserver.local"
SESSION_SECRET: "trocar-por-um-segredo-longo-com-32-caracteres-ou-mais"