forked from ci4s/pipeline-convert
1872 lines
47 KiB
YAML
1872 lines
47 KiB
YAML
# This is an auto-generated file. DO NOT EDIT
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: clusterworkflowtemplates.argoproj.io
|
|
spec:
|
|
group: argoproj.io
|
|
names:
|
|
kind: ClusterWorkflowTemplate
|
|
listKind: ClusterWorkflowTemplateList
|
|
plural: clusterworkflowtemplates
|
|
shortNames:
|
|
- clusterwftmpl
|
|
- cwft
|
|
singular: clusterworkflowtemplate
|
|
scope: Cluster
|
|
versions:
|
|
- name: v1alpha1
|
|
schema:
|
|
openAPIV3Schema:
|
|
properties:
|
|
apiVersion:
|
|
type: string
|
|
kind:
|
|
type: string
|
|
metadata:
|
|
type: object
|
|
spec:
|
|
type: object
|
|
x-kubernetes-map-type: atomic
|
|
x-kubernetes-preserve-unknown-fields: true
|
|
required:
|
|
- metadata
|
|
- spec
|
|
type: object
|
|
served: true
|
|
storage: true
|
|
---
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: cronworkflows.argoproj.io
|
|
spec:
|
|
group: argoproj.io
|
|
names:
|
|
kind: CronWorkflow
|
|
listKind: CronWorkflowList
|
|
plural: cronworkflows
|
|
shortNames:
|
|
- cwf
|
|
- cronwf
|
|
singular: cronworkflow
|
|
scope: Namespaced
|
|
versions:
|
|
- name: v1alpha1
|
|
schema:
|
|
openAPIV3Schema:
|
|
properties:
|
|
apiVersion:
|
|
type: string
|
|
kind:
|
|
type: string
|
|
metadata:
|
|
type: object
|
|
spec:
|
|
type: object
|
|
x-kubernetes-map-type: atomic
|
|
x-kubernetes-preserve-unknown-fields: true
|
|
status:
|
|
type: object
|
|
x-kubernetes-map-type: atomic
|
|
x-kubernetes-preserve-unknown-fields: true
|
|
required:
|
|
- metadata
|
|
- spec
|
|
type: object
|
|
served: true
|
|
storage: true
|
|
---
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: workflowartifactgctasks.argoproj.io
|
|
spec:
|
|
group: argoproj.io
|
|
names:
|
|
kind: WorkflowArtifactGCTask
|
|
listKind: WorkflowArtifactGCTaskList
|
|
plural: workflowartifactgctasks
|
|
shortNames:
|
|
- wfat
|
|
singular: workflowartifactgctask
|
|
scope: Namespaced
|
|
versions:
|
|
- name: v1alpha1
|
|
schema:
|
|
openAPIV3Schema:
|
|
properties:
|
|
apiVersion:
|
|
type: string
|
|
kind:
|
|
type: string
|
|
metadata:
|
|
type: object
|
|
spec:
|
|
type: object
|
|
x-kubernetes-map-type: atomic
|
|
x-kubernetes-preserve-unknown-fields: true
|
|
status:
|
|
type: object
|
|
x-kubernetes-map-type: atomic
|
|
x-kubernetes-preserve-unknown-fields: true
|
|
required:
|
|
- metadata
|
|
- spec
|
|
type: object
|
|
served: true
|
|
storage: true
|
|
subresources:
|
|
status: {}
|
|
---
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: workfloweventbindings.argoproj.io
|
|
spec:
|
|
group: argoproj.io
|
|
names:
|
|
kind: WorkflowEventBinding
|
|
listKind: WorkflowEventBindingList
|
|
plural: workfloweventbindings
|
|
shortNames:
|
|
- wfeb
|
|
singular: workfloweventbinding
|
|
scope: Namespaced
|
|
versions:
|
|
- name: v1alpha1
|
|
schema:
|
|
openAPIV3Schema:
|
|
properties:
|
|
apiVersion:
|
|
type: string
|
|
kind:
|
|
type: string
|
|
metadata:
|
|
type: object
|
|
spec:
|
|
type: object
|
|
x-kubernetes-map-type: atomic
|
|
x-kubernetes-preserve-unknown-fields: true
|
|
required:
|
|
- metadata
|
|
- spec
|
|
type: object
|
|
served: true
|
|
storage: true
|
|
---
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: workflows.argoproj.io
|
|
spec:
|
|
group: argoproj.io
|
|
names:
|
|
kind: Workflow
|
|
listKind: WorkflowList
|
|
plural: workflows
|
|
shortNames:
|
|
- wf
|
|
singular: workflow
|
|
scope: Namespaced
|
|
versions:
|
|
- additionalPrinterColumns:
|
|
- description: Status of the workflow
|
|
jsonPath: .status.phase
|
|
name: Status
|
|
type: string
|
|
- description: When the workflow was started
|
|
format: date-time
|
|
jsonPath: .status.startedAt
|
|
name: Age
|
|
type: date
|
|
- description: Human readable message indicating details about why the workflow
|
|
is in this condition.
|
|
jsonPath: .status.message
|
|
name: Message
|
|
type: string
|
|
name: v1alpha1
|
|
schema:
|
|
openAPIV3Schema:
|
|
properties:
|
|
apiVersion:
|
|
type: string
|
|
kind:
|
|
type: string
|
|
metadata:
|
|
type: object
|
|
spec:
|
|
type: object
|
|
x-kubernetes-map-type: atomic
|
|
x-kubernetes-preserve-unknown-fields: true
|
|
status:
|
|
type: object
|
|
x-kubernetes-map-type: atomic
|
|
x-kubernetes-preserve-unknown-fields: true
|
|
required:
|
|
- metadata
|
|
- spec
|
|
type: object
|
|
served: true
|
|
storage: true
|
|
subresources: {}
|
|
---
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: workflowtaskresults.argoproj.io
|
|
spec:
|
|
group: argoproj.io
|
|
names:
|
|
kind: WorkflowTaskResult
|
|
listKind: WorkflowTaskResultList
|
|
plural: workflowtaskresults
|
|
singular: workflowtaskresult
|
|
scope: Namespaced
|
|
versions:
|
|
- name: v1alpha1
|
|
schema:
|
|
openAPIV3Schema:
|
|
properties:
|
|
apiVersion:
|
|
type: string
|
|
kind:
|
|
type: string
|
|
message:
|
|
type: string
|
|
metadata:
|
|
type: object
|
|
outputs:
|
|
properties:
|
|
artifacts:
|
|
items:
|
|
properties:
|
|
archive:
|
|
properties:
|
|
none:
|
|
type: object
|
|
tar:
|
|
properties:
|
|
compressionLevel:
|
|
format: int32
|
|
type: integer
|
|
type: object
|
|
zip:
|
|
type: object
|
|
type: object
|
|
archiveLogs:
|
|
type: boolean
|
|
artifactGC:
|
|
properties:
|
|
podMetadata:
|
|
properties:
|
|
annotations:
|
|
additionalProperties:
|
|
type: string
|
|
type: object
|
|
labels:
|
|
additionalProperties:
|
|
type: string
|
|
type: object
|
|
type: object
|
|
serviceAccountName:
|
|
type: string
|
|
strategy:
|
|
enum:
|
|
- ""
|
|
- OnWorkflowCompletion
|
|
- OnWorkflowDeletion
|
|
- Never
|
|
type: string
|
|
type: object
|
|
artifactory:
|
|
properties:
|
|
passwordSecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
url:
|
|
type: string
|
|
usernameSecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
required:
|
|
- url
|
|
type: object
|
|
azure:
|
|
properties:
|
|
accountKeySecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
blob:
|
|
type: string
|
|
container:
|
|
type: string
|
|
endpoint:
|
|
type: string
|
|
useSDKCreds:
|
|
type: boolean
|
|
required:
|
|
- blob
|
|
- container
|
|
- endpoint
|
|
type: object
|
|
deleted:
|
|
type: boolean
|
|
from:
|
|
type: string
|
|
fromExpression:
|
|
type: string
|
|
gcs:
|
|
properties:
|
|
bucket:
|
|
type: string
|
|
key:
|
|
type: string
|
|
serviceAccountKeySecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
required:
|
|
- key
|
|
type: object
|
|
git:
|
|
properties:
|
|
branch:
|
|
type: string
|
|
depth:
|
|
format: int64
|
|
type: integer
|
|
disableSubmodules:
|
|
type: boolean
|
|
fetch:
|
|
items:
|
|
type: string
|
|
type: array
|
|
insecureIgnoreHostKey:
|
|
type: boolean
|
|
passwordSecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
repo:
|
|
type: string
|
|
revision:
|
|
type: string
|
|
singleBranch:
|
|
type: boolean
|
|
sshPrivateKeySecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
usernameSecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
required:
|
|
- repo
|
|
type: object
|
|
globalName:
|
|
type: string
|
|
hdfs:
|
|
properties:
|
|
addresses:
|
|
items:
|
|
type: string
|
|
type: array
|
|
force:
|
|
type: boolean
|
|
hdfsUser:
|
|
type: string
|
|
krbCCacheSecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
krbConfigConfigMap:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
krbKeytabSecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
krbRealm:
|
|
type: string
|
|
krbServicePrincipalName:
|
|
type: string
|
|
krbUsername:
|
|
type: string
|
|
path:
|
|
type: string
|
|
required:
|
|
- path
|
|
type: object
|
|
http:
|
|
properties:
|
|
auth:
|
|
properties:
|
|
basicAuth:
|
|
properties:
|
|
passwordSecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
usernameSecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
type: object
|
|
clientCert:
|
|
properties:
|
|
clientCertSecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
clientKeySecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
type: object
|
|
oauth2:
|
|
properties:
|
|
clientIDSecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
clientSecretSecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
endpointParams:
|
|
items:
|
|
properties:
|
|
key:
|
|
type: string
|
|
value:
|
|
type: string
|
|
required:
|
|
- key
|
|
type: object
|
|
type: array
|
|
scopes:
|
|
items:
|
|
type: string
|
|
type: array
|
|
tokenURLSecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
type: object
|
|
type: object
|
|
headers:
|
|
items:
|
|
properties:
|
|
name:
|
|
type: string
|
|
value:
|
|
type: string
|
|
required:
|
|
- name
|
|
- value
|
|
type: object
|
|
type: array
|
|
url:
|
|
type: string
|
|
required:
|
|
- url
|
|
type: object
|
|
mode:
|
|
format: int32
|
|
type: integer
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
oss:
|
|
properties:
|
|
accessKeySecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
bucket:
|
|
type: string
|
|
createBucketIfNotPresent:
|
|
type: boolean
|
|
endpoint:
|
|
type: string
|
|
key:
|
|
type: string
|
|
lifecycleRule:
|
|
properties:
|
|
markDeletionAfterDays:
|
|
format: int32
|
|
type: integer
|
|
markInfrequentAccessAfterDays:
|
|
format: int32
|
|
type: integer
|
|
type: object
|
|
secretKeySecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
securityToken:
|
|
type: string
|
|
required:
|
|
- key
|
|
type: object
|
|
path:
|
|
type: string
|
|
raw:
|
|
properties:
|
|
data:
|
|
type: string
|
|
required:
|
|
- data
|
|
type: object
|
|
recurseMode:
|
|
type: boolean
|
|
s3:
|
|
properties:
|
|
accessKeySecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
bucket:
|
|
type: string
|
|
createBucketIfNotPresent:
|
|
properties:
|
|
objectLocking:
|
|
type: boolean
|
|
type: object
|
|
encryptionOptions:
|
|
properties:
|
|
enableEncryption:
|
|
type: boolean
|
|
kmsEncryptionContext:
|
|
type: string
|
|
kmsKeyId:
|
|
type: string
|
|
serverSideCustomerKeySecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
type: object
|
|
endpoint:
|
|
type: string
|
|
insecure:
|
|
type: boolean
|
|
key:
|
|
type: string
|
|
region:
|
|
type: string
|
|
roleARN:
|
|
type: string
|
|
secretKeySecret:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
useSDKCreds:
|
|
type: boolean
|
|
type: object
|
|
subPath:
|
|
type: string
|
|
required:
|
|
- name
|
|
type: object
|
|
type: array
|
|
exitCode:
|
|
type: string
|
|
parameters:
|
|
items:
|
|
properties:
|
|
default:
|
|
type: string
|
|
description:
|
|
type: string
|
|
enum:
|
|
items:
|
|
type: string
|
|
type: array
|
|
globalName:
|
|
type: string
|
|
name:
|
|
type: string
|
|
value:
|
|
type: string
|
|
valueFrom:
|
|
properties:
|
|
configMapKeyRef:
|
|
properties:
|
|
key:
|
|
type: string
|
|
name:
|
|
type: string
|
|
optional:
|
|
type: boolean
|
|
required:
|
|
- key
|
|
type: object
|
|
default:
|
|
type: string
|
|
event:
|
|
type: string
|
|
expression:
|
|
type: string
|
|
jqFilter:
|
|
type: string
|
|
jsonPath:
|
|
type: string
|
|
parameter:
|
|
type: string
|
|
path:
|
|
type: string
|
|
supplied:
|
|
type: object
|
|
type: object
|
|
required:
|
|
- name
|
|
type: object
|
|
type: array
|
|
result:
|
|
type: string
|
|
type: object
|
|
phase:
|
|
type: string
|
|
progress:
|
|
type: string
|
|
required:
|
|
- metadata
|
|
type: object
|
|
served: true
|
|
storage: true
|
|
---
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: workflowtasksets.argoproj.io
|
|
spec:
|
|
group: argoproj.io
|
|
names:
|
|
kind: WorkflowTaskSet
|
|
listKind: WorkflowTaskSetList
|
|
plural: workflowtasksets
|
|
shortNames:
|
|
- wfts
|
|
singular: workflowtaskset
|
|
scope: Namespaced
|
|
versions:
|
|
- name: v1alpha1
|
|
schema:
|
|
openAPIV3Schema:
|
|
properties:
|
|
apiVersion:
|
|
type: string
|
|
kind:
|
|
type: string
|
|
metadata:
|
|
type: object
|
|
spec:
|
|
type: object
|
|
x-kubernetes-map-type: atomic
|
|
x-kubernetes-preserve-unknown-fields: true
|
|
status:
|
|
type: object
|
|
x-kubernetes-map-type: atomic
|
|
x-kubernetes-preserve-unknown-fields: true
|
|
required:
|
|
- metadata
|
|
- spec
|
|
type: object
|
|
served: true
|
|
storage: true
|
|
subresources:
|
|
status: {}
|
|
---
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: workflowtemplates.argoproj.io
|
|
spec:
|
|
group: argoproj.io
|
|
names:
|
|
kind: WorkflowTemplate
|
|
listKind: WorkflowTemplateList
|
|
plural: workflowtemplates
|
|
shortNames:
|
|
- wftmpl
|
|
singular: workflowtemplate
|
|
scope: Namespaced
|
|
versions:
|
|
- name: v1alpha1
|
|
schema:
|
|
openAPIV3Schema:
|
|
properties:
|
|
apiVersion:
|
|
type: string
|
|
kind:
|
|
type: string
|
|
metadata:
|
|
type: object
|
|
spec:
|
|
type: object
|
|
x-kubernetes-map-type: atomic
|
|
x-kubernetes-preserve-unknown-fields: true
|
|
required:
|
|
- metadata
|
|
- spec
|
|
type: object
|
|
served: true
|
|
storage: true
|
|
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: argo
|
|
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: argo-server
|
|
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: github.com
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: Role
|
|
metadata:
|
|
annotations:
|
|
workflows.argoproj.io/description: |
|
|
This is the minimum recommended permissions needed if you want to use the agent, e.g. for HTTP or plugin templates.
|
|
|
|
If <= v3.2 you must replace `workflowtasksets/status` with `patch workflowtasksets`.
|
|
name: agent
|
|
rules:
|
|
- apiGroups:
|
|
- argoproj.io
|
|
resources:
|
|
- workflowtasksets
|
|
verbs:
|
|
- list
|
|
- watch
|
|
- apiGroups:
|
|
- argoproj.io
|
|
resources:
|
|
- workflowtasksets/status
|
|
verbs:
|
|
- patch
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: Role
|
|
metadata:
|
|
name: argo-role
|
|
rules:
|
|
- apiGroups:
|
|
- coordination.k8s.io
|
|
resources:
|
|
- leases
|
|
verbs:
|
|
- create
|
|
- get
|
|
- update
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- pods
|
|
- pods/exec
|
|
verbs:
|
|
- create
|
|
- get
|
|
- list
|
|
- watch
|
|
- update
|
|
- patch
|
|
- delete
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- configmaps
|
|
verbs:
|
|
- get
|
|
- watch
|
|
- list
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- persistentvolumeclaims
|
|
- persistentvolumeclaims/finalizers
|
|
verbs:
|
|
- create
|
|
- update
|
|
- delete
|
|
- get
|
|
- apiGroups:
|
|
- argoproj.io
|
|
resources:
|
|
- workflows
|
|
- workflows/finalizers
|
|
- workflowtasksets
|
|
- workflowtasksets/finalizers
|
|
- workflowartifactgctasks
|
|
verbs:
|
|
- get
|
|
- list
|
|
- watch
|
|
- update
|
|
- patch
|
|
- delete
|
|
- create
|
|
- apiGroups:
|
|
- argoproj.io
|
|
resources:
|
|
- workflowtemplates
|
|
- workflowtemplates/finalizers
|
|
verbs:
|
|
- get
|
|
- list
|
|
- watch
|
|
- apiGroups:
|
|
- argoproj.io
|
|
resources:
|
|
- workflowtaskresults
|
|
verbs:
|
|
- list
|
|
- watch
|
|
- deletecollection
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- serviceaccounts
|
|
verbs:
|
|
- get
|
|
- list
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- secrets
|
|
verbs:
|
|
- get
|
|
- apiGroups:
|
|
- argoproj.io
|
|
resources:
|
|
- cronworkflows
|
|
- cronworkflows/finalizers
|
|
verbs:
|
|
- get
|
|
- list
|
|
- watch
|
|
- update
|
|
- patch
|
|
- delete
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- events
|
|
verbs:
|
|
- create
|
|
- patch
|
|
- apiGroups:
|
|
- policy
|
|
resources:
|
|
- poddisruptionbudgets
|
|
verbs:
|
|
- create
|
|
- get
|
|
- delete
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: Role
|
|
metadata:
|
|
name: argo-server-role
|
|
rules:
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- configmaps
|
|
verbs:
|
|
- get
|
|
- watch
|
|
- list
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- secrets
|
|
verbs:
|
|
- get
|
|
- create
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- pods
|
|
- pods/exec
|
|
- pods/log
|
|
verbs:
|
|
- get
|
|
- list
|
|
- watch
|
|
- delete
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- events
|
|
verbs:
|
|
- watch
|
|
- create
|
|
- patch
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- serviceaccounts
|
|
verbs:
|
|
- get
|
|
- list
|
|
- watch
|
|
- apiGroups:
|
|
- argoproj.io
|
|
resources:
|
|
- eventsources
|
|
- sensors
|
|
- workflows
|
|
- workfloweventbindings
|
|
- workflowtemplates
|
|
- cronworkflows
|
|
- cronworkflows/finalizers
|
|
verbs:
|
|
- create
|
|
- get
|
|
- list
|
|
- watch
|
|
- update
|
|
- patch
|
|
- delete
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: Role
|
|
metadata:
|
|
annotations:
|
|
workflows.argoproj.io/description: |
|
|
This is the minimum recommended permissions needed if you want to use artifact GC.
|
|
name: artifactgc
|
|
rules:
|
|
- apiGroups:
|
|
- argoproj.io
|
|
resources:
|
|
- workflowartifactgctasks
|
|
verbs:
|
|
- list
|
|
- watch
|
|
- apiGroups:
|
|
- argoproj.io
|
|
resources:
|
|
- workflowartifactgctasks/status
|
|
verbs:
|
|
- patch
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: Role
|
|
metadata:
|
|
annotations:
|
|
workflows.argoproj.io/description: |
|
|
Recomended minimum permissions for the `emissary` executor.
|
|
name: executor
|
|
rules:
|
|
- apiGroups:
|
|
- argoproj.io
|
|
resources:
|
|
- workflowtaskresults
|
|
verbs:
|
|
- create
|
|
- patch
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: Role
|
|
metadata:
|
|
annotations:
|
|
workflows.argoproj.io/description: |
|
|
This is an example of the permissions you would need if you wanted to use a resource template to create and manage
|
|
other pods. The same pattern would be suitable for other resurces, e.g. a service
|
|
name: pod-manager
|
|
rules:
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- pods
|
|
verbs:
|
|
- create
|
|
- get
|
|
- patch
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: Role
|
|
metadata:
|
|
name: submit-workflow-template
|
|
rules:
|
|
- apiGroups:
|
|
- argoproj.io
|
|
resources:
|
|
- workfloweventbindings
|
|
verbs:
|
|
- list
|
|
- apiGroups:
|
|
- argoproj.io
|
|
resources:
|
|
- workflowtemplates
|
|
verbs:
|
|
- get
|
|
- apiGroups:
|
|
- argoproj.io
|
|
resources:
|
|
- workflows
|
|
verbs:
|
|
- create
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: Role
|
|
metadata:
|
|
annotations:
|
|
workflows.argoproj.io/description: |
|
|
This is an example of the permissions you would need if you wanted to use a resource template to create and manage
|
|
other workflows. The same pattern would be suitable for other resurces, e.g. a service
|
|
name: workflow-manager
|
|
rules:
|
|
- apiGroups:
|
|
- argoproj.io
|
|
resources:
|
|
- workflows
|
|
verbs:
|
|
- create
|
|
- get
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
name: argo-clusterworkflowtemplate-role
|
|
rules:
|
|
- apiGroups:
|
|
- argoproj.io
|
|
resources:
|
|
- clusterworkflowtemplates
|
|
- clusterworkflowtemplates/finalizers
|
|
verbs:
|
|
- get
|
|
- list
|
|
- watch
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
name: argo-server-clusterworkflowtemplate-role
|
|
rules:
|
|
- apiGroups:
|
|
- argoproj.io
|
|
resources:
|
|
- clusterworkflowtemplates
|
|
- clusterworkflowtemplates/finalizers
|
|
verbs:
|
|
- create
|
|
- delete
|
|
- watch
|
|
- get
|
|
- list
|
|
- watch
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: agent-default
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: agent
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: default
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: argo-binding
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: argo-role
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: argo
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: argo-server-binding
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: argo-server-role
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: argo-server
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: artifactgc-default
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: artifactgc
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: default
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: executor-default
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: executor
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: default
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: github.com
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: submit-workflow-template
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: github.com
|
|
namespace: argo
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: pod-manager-default
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: pod-manager
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: default
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: workflow-manager-default
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: workflow-manager
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: default
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: argo-clusterworkflowtemplate-role-binding
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: argo-clusterworkflowtemplate-role
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: argo
|
|
namespace: argo
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: argo-server-clusterworkflowtemplate-role-binding
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: argo-server-clusterworkflowtemplate-role
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: argo-server
|
|
namespace: argo
|
|
---
|
|
apiVersion: v1
|
|
data:
|
|
default-v1: |
|
|
archiveLogs: true
|
|
s3:
|
|
bucket: my-bucket
|
|
endpoint: minio:9000
|
|
insecure: true
|
|
accessKeySecret:
|
|
name: my-minio-cred
|
|
key: accesskey
|
|
secretKeySecret:
|
|
name: my-minio-cred
|
|
key: secretkey
|
|
empty: ""
|
|
my-key: |
|
|
archiveLogs: true
|
|
s3:
|
|
bucket: my-bucket
|
|
endpoint: minio:9000
|
|
insecure: true
|
|
accessKeySecret:
|
|
name: my-minio-cred
|
|
key: accesskey
|
|
secretKeySecret:
|
|
name: my-minio-cred
|
|
key: secretkey
|
|
kind: ConfigMap
|
|
metadata:
|
|
annotations:
|
|
workflows.argoproj.io/default-artifact-repository: default-v1
|
|
name: artifact-repositories
|
|
---
|
|
apiVersion: v1
|
|
data:
|
|
artifactRepository: |
|
|
s3:
|
|
bucket: my-bucket
|
|
endpoint: minio:9000
|
|
insecure: true
|
|
accessKeySecret:
|
|
name: my-minio-cred
|
|
key: accesskey
|
|
secretKeySecret:
|
|
name: my-minio-cred
|
|
key: secretkey
|
|
columns: |
|
|
- name: Workflow Completed
|
|
type: label
|
|
key: workflows.argoproj.io/completed
|
|
executor: |
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 64Mi
|
|
images: |
|
|
docker/whalesay:v3.4.10:
|
|
cmd: [cowsay]
|
|
links: |
|
|
- name: Workflow Link
|
|
scope: workflow
|
|
url: http://logging-facility?namespace=${metadata.namespace}&workflowName=${metadata.name}&startedAt=${status.startedAt}&finishedAt=${status.finishedAt}
|
|
- name: Pod Link
|
|
scope: pod
|
|
url: http://logging-facility?namespace=${metadata.namespace}&podName=${metadata.name}&startedAt=${status.startedAt}&finishedAt=${status.finishedAt}
|
|
- name: Pod Logs Link
|
|
scope: pod-logs
|
|
url: http://logging-facility?namespace=${metadata.namespace}&podName=${metadata.name}&startedAt=${status.startedAt}&finishedAt=${status.finishedAt}
|
|
- name: Event Source Logs Link
|
|
scope: event-source-logs
|
|
url: http://logging-facility?namespace=${metadata.namespace}&podName=${metadata.name}&startedAt=${status.startedAt}&finishedAt=${status.finishedAt}
|
|
- name: Sensor Logs Link
|
|
scope: sensor-logs
|
|
url: http://logging-facility?namespace=${metadata.namespace}&podName=${metadata.name}&startedAt=${status.startedAt}&finishedAt=${status.finishedAt}
|
|
- name: Completed Workflows
|
|
scope: workflow-list
|
|
url: http://workflows?label=workflows.argoproj.io/completed=true
|
|
metricsConfig: |
|
|
enabled: true
|
|
path: /metrics
|
|
port: 9090
|
|
namespaceParallelism: "10"
|
|
persistence: |
|
|
connectionPool:
|
|
maxIdleConns: 100
|
|
maxOpenConns: 0
|
|
connMaxLifetime: 0s
|
|
nodeStatusOffLoad: true
|
|
archive: true
|
|
archiveTTL: 7d
|
|
mysql:
|
|
host: mysql
|
|
port: 3306
|
|
database: argo
|
|
tableName: argo_workflows
|
|
userNameSecret:
|
|
name: argo-mysql-config
|
|
key: username
|
|
passwordSecret:
|
|
name: argo-mysql-config
|
|
key: password
|
|
retentionPolicy: |
|
|
completed: 10
|
|
failed: 3
|
|
errored: 3
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: workflow-controller-configmap
|
|
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
labels:
|
|
app: mysql
|
|
name: argo-mysql-config
|
|
stringData:
|
|
password: "qazxc123456."
|
|
username: "mysql"
|
|
type: Opaque
|
|
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: argo-server-sso
|
|
stringData:
|
|
clientID: "argo-server"
|
|
clientSecret: "ZXhhbXBsZS1hcHAtc2VjcmV0"
|
|
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: argo-workflows-webhook-clients
|
|
stringData:
|
|
bitbucket.org: |
|
|
type: bitbucket
|
|
secret: "my-uuid"
|
|
bitbucketserver: |
|
|
type: bitbucketserver
|
|
secret: "shh!"
|
|
github.com: |
|
|
type: github
|
|
secret: "shh!"
|
|
gitlab.com: |-
|
|
type: gitlab
|
|
secret: "shh!"
|
|
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
annotations:
|
|
kubernetes.io/service-account.name: default
|
|
name: default.service-account-token
|
|
type: kubernetes.io/service-account-token
|
|
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
annotations:
|
|
kubernetes.io/service-account.name: github.com
|
|
name: github.com.service-account-token
|
|
type: kubernetes.io/service-account-token
|
|
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
labels:
|
|
app: minio
|
|
name: my-minio-cred
|
|
stringData:
|
|
accesskey: "admin"
|
|
secretkey: "qazxc123456."
|
|
type: Opaque
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: argo-server
|
|
namespace: argo
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- name: web
|
|
port: 2746
|
|
targetPort: 2746
|
|
nodePort: 31006
|
|
selector:
|
|
app: argo-server
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app: httpbin
|
|
name: httpbin
|
|
spec:
|
|
ports:
|
|
- name: api
|
|
port: 9100
|
|
protocol: TCP
|
|
targetPort: 80
|
|
selector:
|
|
app: httpbin
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app: minio
|
|
name: minio
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- name: api
|
|
port: 9000
|
|
protocol: TCP
|
|
targetPort: 9000
|
|
- name: dashboard
|
|
port: 9001
|
|
protocol: TCP
|
|
targetPort: 9001
|
|
nodePort: 32007
|
|
selector:
|
|
app: minio
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app: mysql
|
|
name: mysql
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: 3306
|
|
protocol: TCP
|
|
targetPort: 3306
|
|
nodePort: 31306
|
|
selector:
|
|
app: mysql
|
|
---
|
|
apiVersion: scheduling.k8s.io/v1
|
|
kind: PriorityClass
|
|
metadata:
|
|
name: workflow-controller
|
|
value: 1000000
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: argo-server
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: argo-server
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: argo-server
|
|
spec:
|
|
containers:
|
|
- args:
|
|
- server
|
|
- --namespaced
|
|
- --auth-mode
|
|
- server
|
|
- --auth-mode
|
|
- client
|
|
image: quay.io/argoproj/argocli:v3.4.10
|
|
name: argo-server
|
|
ports:
|
|
- containerPort: 2746
|
|
name: web
|
|
readinessProbe:
|
|
httpGet:
|
|
path: /
|
|
port: 2746
|
|
scheme: HTTPS
|
|
initialDelaySeconds: 10
|
|
periodSeconds: 20
|
|
securityContext:
|
|
allowPrivilegeEscalation: false
|
|
capabilities:
|
|
drop:
|
|
- ALL
|
|
readOnlyRootFilesystem: true
|
|
runAsNonRoot: true
|
|
volumeMounts:
|
|
- mountPath: /tmp
|
|
name: tmp
|
|
- name: localtime
|
|
mountPath: /etc/localtime
|
|
nodeSelector:
|
|
kubernetes.io/os: linux
|
|
securityContext:
|
|
runAsNonRoot: true
|
|
serviceAccountName: argo-server
|
|
volumes:
|
|
- emptyDir: {}
|
|
name: tmp
|
|
- name: localtime
|
|
hostPath:
|
|
path: /usr/share/zoneinfo/Asia/Shanghai
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
labels:
|
|
app: minio
|
|
name: minio
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: minio
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: minio
|
|
spec:
|
|
automountServiceAccountToken: false
|
|
volumes:
|
|
- name: minio-nfs-pvc-new
|
|
persistentVolumeClaim:
|
|
claimName: minio-pvc-claim-new
|
|
containers:
|
|
- command:
|
|
- minio
|
|
- server
|
|
- --console-address
|
|
- :9001
|
|
- /data
|
|
env:
|
|
- name: MINIO_ACCESS_KEY
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: my-minio-cred
|
|
key: accesskey
|
|
- name: MINIO_SECRET_KEY
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: my-minio-cred
|
|
key: secretkey
|
|
image: minio/minio:RELEASE.2022-03-14T18-25-24Z
|
|
volumeMounts:
|
|
- mountPath: /data
|
|
name: minio-nfs-pvc-new
|
|
subPath: argo-workflow
|
|
lifecycle:
|
|
postStart:
|
|
exec:
|
|
command:
|
|
- mkdir
|
|
- -p
|
|
- /data/my-bucket
|
|
livenessProbe:
|
|
httpGet:
|
|
path: /minio/health/live
|
|
port: 9000
|
|
initialDelaySeconds: 5
|
|
periodSeconds: 10
|
|
name: main
|
|
ports:
|
|
- containerPort: 9000
|
|
name: api
|
|
- containerPort: 9001
|
|
name: dashboard
|
|
readinessProbe:
|
|
httpGet:
|
|
path: /minio/health/ready
|
|
port: 9000
|
|
initialDelaySeconds: 5
|
|
periodSeconds: 10
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
labels:
|
|
app: mysql
|
|
name: mysql
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: mysql
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: mysql
|
|
name: mysql
|
|
spec:
|
|
automountServiceAccountToken: false
|
|
volumes:
|
|
- name: mysql-nfs-pvc
|
|
persistentVolumeClaim:
|
|
claimName: mysql-argo-pvc-claim
|
|
containers:
|
|
- env:
|
|
- name: MYSQL_USER
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: argo-mysql-config
|
|
key: username
|
|
- name: MYSQL_PASSWORD
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: argo-mysql-config
|
|
key: password
|
|
- name: MYSQL_DATABASE
|
|
value: "argo"
|
|
- name: MYSQL_ROOT_PASSWORD
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: argo-mysql-config
|
|
key: password
|
|
image: mysql:8
|
|
volumeMounts:
|
|
- name: mysql-nfs-pvc
|
|
mountPath: /var/lib/mysql
|
|
subPath: argo-workflow-mysql-data
|
|
name: main
|
|
ports:
|
|
- containerPort: 3306
|
|
readinessProbe:
|
|
initialDelaySeconds: 30
|
|
periodSeconds: 10
|
|
tcpSocket:
|
|
port: 3306
|
|
nodeSelector:
|
|
kubernetes.io/os: linux
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: workflow-controller
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: workflow-controller
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: workflow-controller
|
|
spec:
|
|
volumes:
|
|
- name: localtime
|
|
hostPath:
|
|
path: /usr/share/zoneinfo/Asia/Shanghai
|
|
containers:
|
|
- args:
|
|
- --namespaced
|
|
command:
|
|
- workflow-controller
|
|
env:
|
|
- name: LEADER_ELECTION_IDENTITY
|
|
valueFrom:
|
|
fieldRef:
|
|
apiVersion: v1
|
|
fieldPath: metadata.name
|
|
- name: HTTP_PROXY
|
|
value: http://172.20.32.253:3128
|
|
- name: HTTPS_PROXY
|
|
value: http://172.20.32.253:3128
|
|
- name: NO_PROXY
|
|
value: localhost,127.0.0.1,10.96.0.1,frzj.harbor.com,172.20.32.187
|
|
image: quay.io/argoproj/workflow-controller:v3.4.10
|
|
volumeMounts:
|
|
- name: localtime
|
|
mountPath: /etc/localtime
|
|
livenessProbe:
|
|
failureThreshold: 3
|
|
httpGet:
|
|
path: /healthz
|
|
port: 6060
|
|
initialDelaySeconds: 90
|
|
periodSeconds: 60
|
|
timeoutSeconds: 30
|
|
name: workflow-controller
|
|
ports:
|
|
- containerPort: 9090
|
|
name: metrics
|
|
- containerPort: 6060
|
|
securityContext:
|
|
allowPrivilegeEscalation: false
|
|
capabilities:
|
|
drop:
|
|
- ALL
|
|
readOnlyRootFilesystem: true
|
|
runAsNonRoot: true
|
|
nodeSelector:
|
|
kubernetes.io/os: linux
|
|
priorityClassName: workflow-controller
|
|
securityContext:
|
|
runAsNonRoot: true
|
|
serviceAccountName: argo
|
|
|
|
---
|
|
kind: PersistentVolumeClaim
|
|
apiVersion: v1
|
|
metadata:
|
|
name: minio-pvc-claim-new
|
|
spec:
|
|
storageClassName: storage-nfs
|
|
accessModes:
|
|
- ReadWriteMany
|
|
resources:
|
|
requests:
|
|
storage: 100Gi
|
|
---
|
|
kind: PersistentVolumeClaim
|
|
apiVersion: v1
|
|
metadata:
|
|
name: mysql-argo-pvc-claim
|
|
spec:
|
|
storageClassName: storage-nfs
|
|
accessModes:
|
|
- ReadWriteMany
|
|
resources:
|
|
requests:
|
|
storage: 50Gi
|
|
|
|
|