Commit 9db570e1 by tingweiwang

优化项目结构

1 parent 4aaef9c9
Showing with 2 additions and 2 deletions
#!/bin/bash
kubectl apply -f keycloak-deployment.yaml -f keycloak-service.yaml
kubectl apply -f keycloak/deployment.yaml -f keycloak/service.yaml
#!/bin/bash
kubectl apply -f postgres-deployment.yaml -f postgres-service.yaml
kubectl apply -f postgres/deployment.yaml -f postgres/service.yaml
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!