Compare commits

...

2 Commits

Author SHA1 Message Date
william
dbda7b9088 1 2025-06-09 04:35:25 +08:00
william
0a99bd3367 1 2025-06-09 04:14:33 +08:00
9 changed files with 32 additions and 4 deletions

View File

@ -0,0 +1,11 @@
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

View File

@ -0,0 +1,8 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: app-resign-role
rules:
- apiGroups: [ "batch" ]
resources: [ "jobs" ]
verbs: [ "create" ]

View File

@ -0,0 +1,4 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: app-resign-service-account

View File

@ -0,0 +1,8 @@
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

View File

@ -7,10 +7,7 @@ resources:
- api2-service.yaml - api2-service.yaml
- market-endpoints.yaml - market-endpoints.yaml
- market-service.yaml - market-service.yaml
- download-deployment.yaml - ../base/download
- download-service.yaml
- download-api-deployment.yaml
- download-api-service.yaml
- ../base/projects/stock2 - ../base/projects/stock2
- ../base/redis - ../base/redis
- ../base/redis-nodeport - ../base/redis-nodeport