Compare commits
No commits in common. "dbda7b9088ccfd6eb724c48042e4b324bf16bcca" and "9b44196b07d394b8a7992b420b6026b37e55c8c1" have entirely different histories.
dbda7b9088
...
9b44196b07
@ -1,11 +0,0 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: RoleBinding
|
||||
metadata:
|
||||
name: app-resign-role-binding
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: Role
|
||||
name: app-resign-role
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: app-resign-service-account
|
||||
@ -1,8 +0,0 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: Role
|
||||
metadata:
|
||||
name: app-resign-role
|
||||
rules:
|
||||
- apiGroups: [ "batch" ]
|
||||
resources: [ "jobs" ]
|
||||
verbs: [ "create" ]
|
||||
@ -1,4 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: app-resign-service-account
|
||||
@ -1,8 +0,0 @@
|
||||
resources:
|
||||
- download-api-deployment.yaml
|
||||
- download-api-service.yaml
|
||||
- download-deployment.yaml
|
||||
- download-service.yaml
|
||||
- app-resign-service-account.yaml
|
||||
- app-resign-role.yaml
|
||||
- app-resign-role-binding.yaml
|
||||
@ -7,7 +7,10 @@ resources:
|
||||
- api2-service.yaml
|
||||
- market-endpoints.yaml
|
||||
- market-service.yaml
|
||||
- ../base/download
|
||||
- download-deployment.yaml
|
||||
- download-service.yaml
|
||||
- download-api-deployment.yaml
|
||||
- download-api-service.yaml
|
||||
- ../base/projects/stock2
|
||||
- ../base/redis
|
||||
- ../base/redis-nodeport
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user