Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
oidc-k8s
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 9db570e1
authored
May 15, 2020
by
tingweiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化项目结构
1 parent
4aaef9c9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
start-keycloak.sh
start-postgres.sh
start-keycloak.sh
View file @
9db570e
#!/bin/bash
#!/bin/bash
kubectl apply -f keycloak
-deployment.yaml -f keycloak-
service.yaml
kubectl apply -f keycloak
/deployment.yaml -f keycloak/
service.yaml
start-postgres.sh
View file @
9db570e
#!/bin/bash
#!/bin/bash
kubectl apply -f postgres
-deployment.yaml -f postgres-
service.yaml
kubectl apply -f postgres
/deployment.yaml -f postgres/
service.yaml
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment