Skip to content

Latest commit

History

89 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

개요

  • 파이썬으로 개발된 파이썬

준비

  • postgresql
docker run --name=postegresql -d \
-p 5432:5432 \
-e POSTGRES_USER=root \
-e POSTGRES_PASSWORD=password \
-e POSTGRES_DB=jcp \
postgres:12-alpine
  • kubernetes serviceaccount
kubectl create ns jcp
apiVersion: v1kind: ServiceAccountmetadata:
name: adminnamespace: jcp
---
apiVersion: rbac.authorization.k8s.io/v1kind: ClusterRoleBindingmetadata:
name: adminroleRef:
apiGroup: rbac.authorization.k8s.iokind: ClusterRolename: cluster-adminsubjects:
- kind: ServiceAccountname: adminnamespace: jcp

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages