- create the secret:
Copy the
.secret.example
to.secret
and set your values
kubectl create secret generic kantab-secrets --from-env-file=./.secret --namespace=default
- Create a configmap:
Copy the
.env.example
to.env
and set your values
kubectl create configmap kantab-configmap --from-env-file=./.env --namespace=default
- Apply yamls
kubectl apply -f .
This will create all services without ingress.