All checks were successful
continuous-integration/drone/push Build is passing
* Added Behave BDD Tests for User Service * Added Swagger Docs for User Service * Added Vault, Redpanda helm config (not yet being used) * Added frontend config for host / port when running locally
22 lines
259 B
YAML
22 lines
259 B
YAML
replicaCount: 1
|
|
|
|
#vault:
|
|
|
|
serviceAccount:
|
|
create: true
|
|
annotations: {}
|
|
name: "vault"
|
|
|
|
---
|
|
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: app-vault-svc
|
|
spec:
|
|
selector:
|
|
app: vault
|
|
ports:
|
|
- protocol: TCP
|
|
port: 8200
|
|
targetPort: 8200 |