Dataset Viewer
hexsha
stringlengths 40
40
| size
int64 500
29.8k
| ext
stringclasses 2
values | lang
stringclasses 1
value | max_stars_repo_path
stringlengths 6
194
| max_stars_repo_name
stringlengths 7
102
| max_stars_repo_head_hexsha
stringlengths 40
40
| max_stars_repo_licenses
sequencelengths 1
8
| max_stars_count
int64 1
84.9k
⌀ | max_stars_repo_stars_event_min_datetime
stringlengths 24
24
⌀ | max_stars_repo_stars_event_max_datetime
stringlengths 24
24
⌀ | max_issues_repo_path
stringlengths 6
194
| max_issues_repo_name
stringlengths 7
102
| max_issues_repo_head_hexsha
stringlengths 40
40
| max_issues_repo_licenses
sequencelengths 1
8
| max_issues_count
int64 1
98.3k
⌀ | max_issues_repo_issues_event_min_datetime
stringlengths 24
24
⌀ | max_issues_repo_issues_event_max_datetime
stringlengths 24
24
⌀ | max_forks_repo_path
stringlengths 6
194
| max_forks_repo_name
stringlengths 7
102
| max_forks_repo_head_hexsha
stringlengths 40
40
| max_forks_repo_licenses
sequencelengths 1
8
| max_forks_count
int64 1
55.9k
⌀ | max_forks_repo_forks_event_min_datetime
stringlengths 24
24
⌀ | max_forks_repo_forks_event_max_datetime
stringlengths 24
24
⌀ | content
stringlengths 500
1k
| avg_line_length
float64 10.1
99.5
| max_line_length
int64 20
792
| alphanum_fraction
float64 0.5
0.96
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
46acddf85f934e44e6e14d54a33966d14b7df352
| 582
|
yaml
|
YAML
|
kustomize/environments/prod/kafka-bootstrap-service.yaml
|
Platformatory/confluent-kubernetes-bootstrap
|
ab8a27f661963e8789a160940591b62fd58facc7
|
[
"Apache-2.0"
] | null | null | null |
kustomize/environments/prod/kafka-bootstrap-service.yaml
|
Platformatory/confluent-kubernetes-bootstrap
|
ab8a27f661963e8789a160940591b62fd58facc7
|
[
"Apache-2.0"
] | null | null | null |
kustomize/environments/prod/kafka-bootstrap-service.yaml
|
Platformatory/confluent-kubernetes-bootstrap
|
ab8a27f661963e8789a160940591b62fd58facc7
|
[
"Apache-2.0"
] | 2
|
2022-02-17T12:02:26.000Z
|
2022-02-18T09:27:04.000Z
|
apiVersion: v1
kind: Service
metadata:
annotations:
platform.confluent.io/cr-name: kafka
platform.confluent.io/namespace: confluent
platform.confluent.io/type: kafka
prometheus.io/port: "7778"
prometheus.io/scrape: "true"
name: kafka-bootstrap
labels:
confluent-platform: "true"
cr-name: kafka
type: kafka
spec:
ports:
- name: external
port: 9092
protocol: TCP
targetPort: 9092
selector:
app: kafka
clusterId: confluent
confluent-platform: "true"
type: kafka
sessionAffinity: None
type: ClusterIP
| 20.785714
| 46
| 0.676976
|
8e9ab39696e220282095bab33339cd237b3cd765
| 647
|
yaml
|
YAML
|
assets/prometheus-adapter/cluster-role-aggregated-metrics-reader.yaml
|
sthaha/cluster-monitoring-operator
|
b728aa6c986e51c4fea9f1111038fb2b3af7a723
|
[
"Apache-2.0"
] | null | null | null |
assets/prometheus-adapter/cluster-role-aggregated-metrics-reader.yaml
|
sthaha/cluster-monitoring-operator
|
b728aa6c986e51c4fea9f1111038fb2b3af7a723
|
[
"Apache-2.0"
] | null | null | null |
assets/prometheus-adapter/cluster-role-aggregated-metrics-reader.yaml
|
sthaha/cluster-monitoring-operator
|
b728aa6c986e51c4fea9f1111038fb2b3af7a723
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
app.kubernetes.io/component: metrics-adapter
app.kubernetes.io/name: prometheus-adapter
app.kubernetes.io/part-of: openshift-monitoring
app.kubernetes.io/version: 0.8.4
rbac.authorization.k8s.io/aggregate-to-admin: "true"
rbac.authorization.k8s.io/aggregate-to-cluster-reader: "true"
rbac.authorization.k8s.io/aggregate-to-edit: "true"
rbac.authorization.k8s.io/aggregate-to-view: "true"
name: system:aggregated-metrics-reader
rules:
- apiGroups:
- metrics.k8s.io
resources:
- pods
- nodes
verbs:
- get
- list
- watch
| 26.958333
| 65
| 0.72643
|
b05662cb1996fe38c18638712dbe9327f8b9c260
| 594
|
yaml
|
YAML
|
kubernetes-intro/web-pod.yaml
|
otus-kuber-2021-06/Ivorlun_platform
|
e6a7083b8b1ef29b597424f9db5f56fcc2453100
|
[
"MIT"
] | null | null | null |
kubernetes-intro/web-pod.yaml
|
otus-kuber-2021-06/Ivorlun_platform
|
e6a7083b8b1ef29b597424f9db5f56fcc2453100
|
[
"MIT"
] | 4
|
2021-07-07T08:40:13.000Z
|
2021-10-10T18:01:11.000Z
|
kubernetes-intro/web-pod.yaml
|
otus-kuber-2021-09/Ivorlun_platform
|
b96214484aba6f9f1141effd40e7a95915a4cad8
|
[
"MIT"
] | 1
|
2021-12-22T21:52:46.000Z
|
2021-12-22T21:52:46.000Z
|
apiVersion: v1
kind: Pod
metadata:
name: web
labels:
app: nginx
spec:
containers:
- name: nginx-demo
image: ivorlun/nginxdemo8000:latest
readinessProbe:
httpGet:
path: /index.html
port: 80
livenessProbe:
tcpSocket:
port: 8000
volumeMounts:
- name: app
mountPath: /app
initContainers:
- name: init-nginx-demo
image: busybox:1.33
command: ['sh', '-c', 'wget -O- https://tinyurl.com/otus-k8s-intro | sh']
volumeMounts:
- name: app
mountPath: /app
volumes:
- name: app
emptyDir: {}
| 19.16129
| 77
| 0.589226
|
227bec56916cb7608098155614c02636875d320b
| 561
|
yaml
|
YAML
|
build/cloud/03-clusterrole.yaml
|
Baoqiang-Zhang/kubeedge
|
c37089caed993246b3fda7556172b26a2167ed26
|
[
"Apache-2.0"
] | 1
|
2019-08-14T02:35:28.000Z
|
2019-08-14T02:35:28.000Z
|
build/cloud/03-clusterrole.yaml
|
Baoqiang-Zhang/kubeedge
|
c37089caed993246b3fda7556172b26a2167ed26
|
[
"Apache-2.0"
] | null | null | null |
build/cloud/03-clusterrole.yaml
|
Baoqiang-Zhang/kubeedge
|
c37089caed993246b3fda7556172b26a2167ed26
|
[
"Apache-2.0"
] | 1
|
2019-03-27T06:02:43.000Z
|
2019-03-27T06:02:43.000Z
|
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: cloudcore
labels:
k8s-app: kubeedge
kubeedge: cloudcore
rules:
- apiGroups:
- ""
resources:
- nodes
- nodes/status
- configmaps
- pods
- pods/status
- secrets
- endpoints
- services
verbs:
- get
- list
- watch
- update
- apiGroups:
- ""
resources:
- pods
verbs:
- delete
- apiGroups:
- "devices.kubeedge.io"
resources:
- devices
- devicemodels
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
| 12.466667
| 40
| 0.613191
|
934b483ad17d13ab539fffe83442e61c7a41620e
| 785
|
yaml
|
YAML
|
config-root/namespaces/jx/jxboot-helmfile-resources/gcactivities/role.yaml
|
cb-kubecd/jr-dev9
|
0ee6f30f0e4c3d12430108e28c57f36fc3739400
|
[
"Apache-2.0"
] | 2
|
2020-08-03T12:09:38.000Z
|
2020-08-03T12:09:41.000Z
|
config-root/namespaces/jx/jxboot-helmfile-resources/gcactivities/role.yaml
|
cb-kubecd/jr-dev9
|
0ee6f30f0e4c3d12430108e28c57f36fc3739400
|
[
"Apache-2.0"
] | 5
|
2020-08-16T06:50:40.000Z
|
2020-08-17T09:14:27.000Z
|
config-root/namespaces/jx/jxboot-helmfile-resources/gcactivities/role.yaml
|
cb-kubecd/jr-dev9
|
0ee6f30f0e4c3d12430108e28c57f36fc3739400
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: gcactivities
namespace: jx
labels:
gitops.jenkins-x.io/pipeline: 'environment'
rules:
- apiGroups:
- jenkins.io
resources:
- pipelineactivities
verbs:
- list
- delete
- apiGroups:
- jenkins.io
resources:
- environments
verbs:
- get
- list
- patch
- update
- watch
- apiGroups:
- jenkins.io
resources:
- plugins
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
- services
verbs:
- get
- apiGroups:
- apps
resources:
- deployments
verbs:
- get
- apiGroups:
- tekton.dev
resources:
- pipelineruns
verbs:
- get
- list
- watch
- delete
| 13.77193
| 75
| 0.648408
|
285393be1209b412d2639d526147456cf755871f
| 813
|
yaml
|
YAML
|
namespaces/live-1.cloud-platform.service.justice.gov.uk/ppud-replacement-prod/00-namespace.yaml
|
happygeneralist/cloud-platform-environments
|
09124f3994a878e9969e7b4326088b2ae7bfd170
|
[
"MIT"
] | 1
|
2021-09-07T12:59:35.000Z
|
2021-09-07T12:59:35.000Z
|
namespaces/live-1.cloud-platform.service.justice.gov.uk/ppud-replacement-prod/00-namespace.yaml
|
happygeneralist/recall-decisions-alpha
|
09124f3994a878e9969e7b4326088b2ae7bfd170
|
[
"MIT"
] | null | null | null |
namespaces/live-1.cloud-platform.service.justice.gov.uk/ppud-replacement-prod/00-namespace.yaml
|
happygeneralist/recall-decisions-alpha
|
09124f3994a878e9969e7b4326088b2ae7bfd170
|
[
"MIT"
] | null | null | null |
apiVersion: v1
kind: Namespace
metadata:
name: ppud-replacement-prod
labels:
cloud-platform.justice.gov.uk/is-production: "true"
cloud-platform.justice.gov.uk/environment-name: "prod"
annotations:
cloud-platform.justice.gov.uk/business-unit: "HMPPS"
cloud-platform.justice.gov.uk/slack-channel: "ppud-replacement-devs"
cloud-platform.justice.gov.uk/slack-alert-channel: "ppud-replacement-alerts-prod"
cloud-platform.justice.gov.uk/application: "PPUD Replacement"
cloud-platform.justice.gov.uk/owner: "PPUD Replacement: [email protected]"
cloud-platform.justice.gov.uk/source-code: "https://github.com/ministryofjustice/manage-recalls-ui"
cloud-platform.justice.gov.uk/team-name: "ppud-replacement-devs"
cloud-platform.justice.gov.uk/review-after: ""
| 47.823529
| 103
| 0.758918
|
26f1e8bcb2b0716c2a9c312f2c9aa35c74878060
| 1,011
|
yml
|
YAML
|
e2e-tests/experiments/functional/cspc-pool/pool_expansion/run_e2e_test.yml
|
niladrih/cstor-operators
|
984d32e627ba9e081647e3b304c08032118c7954
|
[
"Apache-2.0"
] | 68
|
2020-03-05T06:08:45.000Z
|
2022-03-02T11:24:37.000Z
|
e2e-tests/experiments/functional/cspc-pool/pool_expansion/run_e2e_test.yml
|
niladrih/cstor-operators
|
984d32e627ba9e081647e3b304c08032118c7954
|
[
"Apache-2.0"
] | 153
|
2020-03-03T10:18:26.000Z
|
2022-03-29T17:21:19.000Z
|
e2e-tests/experiments/functional/cspc-pool/pool_expansion/run_e2e_test.yml
|
niladrih/cstor-operators
|
984d32e627ba9e081647e3b304c08032118c7954
|
[
"Apache-2.0"
] | 68
|
2020-02-19T11:42:28.000Z
|
2022-03-21T06:19:09.000Z
|
---
apiVersion: batch/v1
kind: Job
metadata:
generateName: cstor-cspc-pool-expansion-
namespace: e2e
spec:
template:
metadata:
name: e2e
labels:
app: cstor-cspc-pool-expansion
spec:
serviceAccountName: e2e
restartPolicy: Never
containers:
- name: ansibletest
image: openebs/cstor-csi-e2e:ci
imagePullPolicy: IfNotPresent
env:
- name: ANSIBLE_STDOUT_CALLBACK
value: default
- name: POOL_NAME
value: ''
- name: POOL_TYPE
value: ''
- name: OPERATOR_NS
value: ''
command: ["/bin/bash"]
args: ["-c", "ansible-playbook ./e2e-tests/experiments/functional/cspc-pool/pool_expansion/test.yml -i /etc/ansible/hosts -v; exit 0"]
| 25.275
| 142
| 0.589515
|
7fc9cf1d026cde2cb863dc9fc3612509e7f69641
| 824
|
yaml
|
YAML
|
bins/challenges_qualifiers/KPRCA_00044/pov/cyborg-seeder.yaml
|
ucsb-seclab/hacrs-input-generator
|
7de089518541e3d0841622bcd3c950c7d83adc33
|
[
"BSD-2-Clause"
] | 3
|
2019-12-20T02:04:42.000Z
|
2019-12-20T02:04:51.000Z
|
bins/challenges_qualifiers/KPRCA_00044/pov/cyborg-seeder.yaml
|
ucsb-seclab/hacrs-input-generator
|
7de089518541e3d0841622bcd3c950c7d83adc33
|
[
"BSD-2-Clause"
] | null | null | null |
bins/challenges_qualifiers/KPRCA_00044/pov/cyborg-seeder.yaml
|
ucsb-seclab/hacrs-input-generator
|
7de089518541e3d0841622bcd3c950c7d83adc33
|
[
"BSD-2-Clause"
] | null | null | null |
apiVersion: v1
kind: Pod
metadata:
name: cyborg-seeder-qualifiers-kprca00044
labels:
type: cyborg-seeder
spec: # specification of the pod's contents
restartPolicy: Never #OnFailure
imagePullSecrets:
- name: ucsbseclab-dockerhub
volumes:
- name: cyborg-results
persistentVolumeClaim:
claimName: cyborg-results
containers:
- name: cyborg-seeder-qualifiers-kprca00044
stdin: true
tty: true
image: "zardus/research:cyborg-generator"
command: ["/bin/bash", "-c", "python /home/angr/cyborg-generator/kubernetes_seeder.py qualifiers KPRCA_00044 3600 6"]
imagePullPolicy: Always
volumeMounts:
- name: cyborg-results
mountPath: "/results"
resources:
limits:
cpu: 1
memory: 10Gi
requests:
cpu: 1
memory: 10Gi
| 20.6
| 121
| 0.67233
|
9e3c5d82808a63d1914fba97f654ef2f3f136654
| 968
|
yaml
|
YAML
|
trigger-service/mysql-deployment.yaml
|
pvelx/k8s-message-demo
|
7d5208523a1a702639f68fb620f43cce6eb30bf4
|
[
"MIT"
] | 1
|
2021-07-01T05:56:27.000Z
|
2021-07-01T05:56:27.000Z
|
trigger-service/mysql-deployment.yaml
|
pvelx/k8s-message-demo
|
7d5208523a1a702639f68fb620f43cce6eb30bf4
|
[
"MIT"
] | null | null | null |
trigger-service/mysql-deployment.yaml
|
pvelx/k8s-message-demo
|
7d5208523a1a702639f68fb620f43cce6eb30bf4
|
[
"MIT"
] | null | null | null |
apiVersion: apps/v1
kind: Deployment
metadata:
name: trigger-service-mysql-deployment
spec:
replicas: 1
selector:
matchLabels:
component: trigger-service-mysql
template:
metadata:
labels:
component: trigger-service-mysql
spec:
volumes:
- name: trigger-service-mysql-storage
persistentVolumeClaim:
claimName: persistent-volume-claim
containers:
- name: mysql
image: mysql:8.0
ports:
- containerPort: 3306
volumeMounts:
- name: trigger-service-mysql-storage
mountPath: /var/lib/mysql
subPath: trigger-service-mysql
env:
- name: MYSQL_ROOT_PASSWORD
value: 'secret'
- name: MYSQL_DATABASE
value: 'trigger_service'
- name: MYSQL_USER
value: 'user'
- name: MYSQL_PASSWORD
value: 'secret'
| 26.162162
| 49
| 0.558884
|
70743b6ffee7fc44476f01a750ef78b4e01e8805
| 1,172
|
yaml
|
YAML
|
resources/pods/cmk-install-pod.yaml
|
markkuleppala/CPU-Manager-for-Kubernetes
|
82078080eb2197f0e99359e69e04e3f974a4cb3c
|
[
"Apache-2.0"
] | null | null | null |
resources/pods/cmk-install-pod.yaml
|
markkuleppala/CPU-Manager-for-Kubernetes
|
82078080eb2197f0e99359e69e04e3f974a4cb3c
|
[
"Apache-2.0"
] | null | null | null |
resources/pods/cmk-install-pod.yaml
|
markkuleppala/CPU-Manager-for-Kubernetes
|
82078080eb2197f0e99359e69e04e3f974a4cb3c
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: v1
kind: Pod
metadata:
labels:
app: cmk-install-pod
name: cmk-install-pod
namespace: cmk-namespace
spec:
serviceAccountName: cmk-serviceaccount
containers:
- args:
- "/cmk/cmk.py install --install-dir=/opt/bin"
command:
- "/bin/bash"
- "-c"
image: cmk:v1.5.2
name: cmk-install-pod
volumeMounts:
- mountPath: "/opt/bin"
name: cmk-install-dir
restartPolicy: Never
volumes:
- hostPath:
path: "/opt/bin"
name: cmk-install-dir
| 28.585366
| 79
| 0.702218
|
5003caa060fffe66591177d5c3cd92ea414fcf5c
| 824
|
yaml
|
YAML
|
test/logsidecar-example.yaml
|
kaneleven/logsidecar-injector
|
cb619ff6a591ec0953d77e334a488c83c8bb2b1e
|
[
"Apache-2.0"
] | 14
|
2019-10-09T08:30:53.000Z
|
2022-03-03T05:35:03.000Z
|
test/logsidecar-example.yaml
|
kaneleven/logsidecar-injector
|
cb619ff6a591ec0953d77e334a488c83c8bb2b1e
|
[
"Apache-2.0"
] | 1
|
2021-08-16T06:40:59.000Z
|
2021-08-16T06:40:59.000Z
|
test/logsidecar-example.yaml
|
kaneleven/logsidecar-injector
|
cb619ff6a591ec0953d77e334a488c83c8bb2b1e
|
[
"Apache-2.0"
] | 10
|
2019-10-09T08:53:05.000Z
|
2022-03-15T03:06:34.000Z
|
apiVersion: apps/v1
kind: Deployment
metadata:
name: logsidecar-example
spec:
selector:
matchLabels:
app: logsidecar-example
template:
metadata:
labels:
app: logsidecar-example
annotations:
logging.kubesphere.io/logsidecar-config: '{"containerLogConfigs":{"app-container":{"datavolume":["log/*.log"]}}}'
spec:
volumes:
- name: datavolume
emptyDir: {}
containers:
- name: app-container
image: alpine
imagePullPolicy: IfNotPresent
command: ["/bin/sh"]
args: ["-c", "if [ ! -d /data/log ];then mkdir -p /data/log;fi; while true; do date >> /data/log/app-test.log; sleep 30;done"]
volumeMounts:
- name: datavolume
mountPath: /data
| 29.428571
| 136
| 0.584951
|
f81fbd5581058100d28895ef8597f35b74a154eb
| 530
|
yaml
|
YAML
|
schedule/affinity.yaml
|
missthesky/k8s-practice
|
47230330926fe8e022c279446264e870be4fd686
|
[
"Apache-2.0"
] | null | null | null |
schedule/affinity.yaml
|
missthesky/k8s-practice
|
47230330926fe8e022c279446264e870be4fd686
|
[
"Apache-2.0"
] | null | null | null |
schedule/affinity.yaml
|
missthesky/k8s-practice
|
47230330926fe8e022c279446264e870be4fd686
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: apps/v1
kind: Deployment
metadata:
name: pod-affinity
spec:
replicas: 3
selector:
matchLabels:
app: test
template:
metadata:
labels:
app: test
spec:
containers:
- name: nginx
image: nginx
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: level
operator: In
values:
- high
| 19.62963
| 57
| 0.530189
|
33c9bb3ec4fd385e5eb16197caa5bd2b4c739db5
| 822
|
yaml
|
YAML
|
assets/alertmanager/service.yaml
|
syncbot-io/cluster-monitoring-operator
|
0cedadd17fd228d0e64f4799e5f68d17283cc1d0
|
[
"Apache-2.0"
] | null | null | null |
assets/alertmanager/service.yaml
|
syncbot-io/cluster-monitoring-operator
|
0cedadd17fd228d0e64f4799e5f68d17283cc1d0
|
[
"Apache-2.0"
] | null | null | null |
assets/alertmanager/service.yaml
|
syncbot-io/cluster-monitoring-operator
|
0cedadd17fd228d0e64f4799e5f68d17283cc1d0
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: v1
kind: Service
metadata:
annotations:
service.beta.openshift.io/serving-cert-secret-name: alertmanager-main-tls
labels:
alertmanager: main
app.kubernetes.io/component: alert-router
app.kubernetes.io/name: alertmanager
app.kubernetes.io/part-of: openshift-monitoring
app.kubernetes.io/version: 0.22.2
name: alertmanager-main
namespace: openshift-monitoring
spec:
ports:
- name: web
port: 9094
targetPort: web
- name: tenancy
port: 9092
targetPort: tenancy
- name: metrics
port: 9097
targetPort: metrics
selector:
alertmanager: main
app: alertmanager
app.kubernetes.io/component: alert-router
app.kubernetes.io/name: alertmanager
app.kubernetes.io/part-of: openshift-monitoring
sessionAffinity: ClientIP
type: ClusterIP
| 24.909091
| 77
| 0.725061
|
f4848901165fb2c7d31401992d808efc71f9fb44
| 555
|
yaml
|
YAML
|
network-policy/policy2.yaml
|
mkoltsov/k8s-exam-prep
|
5841c8e436128e97a664164c2e9e3d63d527f89c
|
[
"Apache-2.0"
] | 1
|
2022-01-17T09:15:42.000Z
|
2022-01-17T09:15:42.000Z
|
Security/net.yaml
|
haliim/Kubernetes-CKA
|
26696a9e151f3254e7a0ef62aaa4b4b7548d125d
|
[
"Apache-2.0"
] | null | null | null |
Security/net.yaml
|
haliim/Kubernetes-CKA
|
26696a9e151f3254e7a0ef62aaa4b4b7548d125d
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: internal-policy
namespace: default
spec:
podSelector:
matchLabels:
name: internal
policyTypes:
- Egress
- Ingress
ingress:
- {}
egress:
- to:
- podSelector:
matchLabels:
name: mysql
ports:
- protocol: TCP
port: 3306
- to:
- podSelector:
matchLabels:
name: payroll
ports:
- protocol: TCP
port: 8080
- ports:
- port: 53
protocol: UDP
- port: 53
protocol: TCP
| 15.416667
| 32
| 0.569369
|
7b1223cf67e99716402e3819bc013dd0c4aa9abe
| 755
|
yaml
|
YAML
|
httperf.yaml
|
skonto/serverless-zero-demo-app
|
888d1138bf28d7bc310ef235be4f6a9706acf0ed
|
[
"Apache-2.0"
] | null | null | null |
httperf.yaml
|
skonto/serverless-zero-demo-app
|
888d1138bf28d7bc310ef235be4f6a9706acf0ed
|
[
"Apache-2.0"
] | null | null | null |
httperf.yaml
|
skonto/serverless-zero-demo-app
|
888d1138bf28d7bc310ef235be4f6a9706acf0ed
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: batch/v1
kind: Job
metadata:
name: httperf-load
spec:
parallelism: 1
template:
spec:
containers:
- name: httperf-load
imagePullPolicy: Always
image: skonto/httperf
args:
- /bin/sh
- -c
- 'httperf --server sensor-agent.default.svc --uri="/" --port 80 --rate 100 --timeout 1 --method POST --add-header "Accept: application/json\nContent-Type: application/json\n" --wsesslog=10000,0,perf.txt'
resources:
requests:
memory: "64Mi"
cpu: "1"
limits:
memory: "2Gi"
cpu: "1"
securityContext:
allowPrivilegeEscalation: true
restartPolicy: Never
| 29.038462
| 217
| 0.539073
|
7d0816671efb98ecc0640f590dc5547c35c63443
| 972
|
yaml
|
YAML
|
service_registry_discovery/k8s/deploy/goods.yaml
|
jormin/etcd-demo
|
b7934ae653d1d9fdd8f6c8cb2d73dde62eea85cc
|
[
"MIT"
] | null | null | null |
service_registry_discovery/k8s/deploy/goods.yaml
|
jormin/etcd-demo
|
b7934ae653d1d9fdd8f6c8cb2d73dde62eea85cc
|
[
"MIT"
] | null | null | null |
service_registry_discovery/k8s/deploy/goods.yaml
|
jormin/etcd-demo
|
b7934ae653d1d9fdd8f6c8cb2d73dde62eea85cc
|
[
"MIT"
] | null | null | null |
apiVersion: apps/v1
kind: Deployment
metadata:
name: goods
namespace: etcd-demo
labels:
app: goods
spec:
replicas: 3
minReadySeconds: 2
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 0
selector:
matchLabels:
app: goods
template:
metadata:
name: goods
labels:
app: goods
spec:
imagePullSecrets:
- name: harbor-jormin
containers:
- name: goods
image: harbor.wcxst.com/etcd-demo/goods:latest
readinessProbe:
periodSeconds: 1
initialDelaySeconds: 3
httpGet:
path: /
port: 80
| 22.604651
| 77
| 0.598765
|
8cbd151d554cc179bd5fcd75e0bdc67ad11d2be3
| 989
|
yaml
|
YAML
|
addons/prometheus/exporters/kube-state-metrics/deployment.yaml
|
anole1980/typhoon
|
daa8d9d9ec11be050ca6fe017b126a0b8877f450
|
[
"MIT"
] | 1
|
2020-01-11T03:20:06.000Z
|
2020-01-11T03:20:06.000Z
|
addons/prometheus/exporters/kube-state-metrics/deployment.yaml
|
anole1980/typhoon
|
daa8d9d9ec11be050ca6fe017b126a0b8877f450
|
[
"MIT"
] | null | null | null |
addons/prometheus/exporters/kube-state-metrics/deployment.yaml
|
anole1980/typhoon
|
daa8d9d9ec11be050ca6fe017b126a0b8877f450
|
[
"MIT"
] | 1
|
2020-01-11T03:28:31.000Z
|
2020-01-11T03:28:31.000Z
|
apiVersion: apps/v1
kind: Deployment
metadata:
name: kube-state-metrics
namespace: monitoring
spec:
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
selector:
matchLabels:
name: kube-state-metrics
phase: prod
template:
metadata:
labels:
name: kube-state-metrics
phase: prod
annotations:
seccomp.security.alpha.kubernetes.io/pod: 'docker/default'
spec:
serviceAccountName: kube-state-metrics
containers:
- name: kube-state-metrics
image: quay.io/coreos/kube-state-metrics:v1.9.0
ports:
- name: metrics
containerPort: 8080
livenessProbe:
httpGet:
path: /healthz
port: 8080
initialDelaySeconds: 5
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /
port: 8081
initialDelaySeconds: 5
timeoutSeconds: 5
| 23
| 66
| 0.587462
|
e30ba909c3183d8d1af98f12fb05ab2ad45cea3a
| 573
|
yaml
|
YAML
|
namespaces/live-1.cloud-platform.service.justice.gov.uk/hmpps-book-secure-move-api-staging/00-namespace.yaml
|
martyn-w/cloud-platform-environments
|
784924e37ebb6e2c074f88bf8fbb4eb7bdf3d634
|
[
"MIT"
] | null | null | null |
namespaces/live-1.cloud-platform.service.justice.gov.uk/hmpps-book-secure-move-api-staging/00-namespace.yaml
|
martyn-w/cloud-platform-environments
|
784924e37ebb6e2c074f88bf8fbb4eb7bdf3d634
|
[
"MIT"
] | null | null | null |
namespaces/live-1.cloud-platform.service.justice.gov.uk/hmpps-book-secure-move-api-staging/00-namespace.yaml
|
martyn-w/cloud-platform-environments
|
784924e37ebb6e2c074f88bf8fbb4eb7bdf3d634
|
[
"MIT"
] | null | null | null |
apiVersion: v1
kind: Namespace
metadata:
name: hmpps-book-secure-move-api-staging
labels:
cloud-platform.justice.gov.uk/is-production: "false"
cloud-platform.justice.gov.uk/environment-name: "staging"
annotations:
cloud-platform.justice.gov.uk/business-unit: "Digital and Technology"
cloud-platform.justice.gov.uk/application: "hmpps-book-secure-move-api"
cloud-platform.justice.gov.uk/owner: "[email protected]"
cloud-platform.justice.gov.uk/source-code: "https://github.com/ministryofjustice/hmpps-book-secure-move-api"
| 44.076923
| 112
| 0.766143
|
0a51ae185fa98e7323a1cef183d4ec81033ab17f
| 933
|
yaml
|
YAML
|
config/prow/cluster/pipeline_deployment.yaml
|
kyma-bot/test-infra
|
3b296042d365f3dfbca8831ab22d12e6a3d7cc70
|
[
"Apache-2.0"
] | null | null | null |
config/prow/cluster/pipeline_deployment.yaml
|
kyma-bot/test-infra
|
3b296042d365f3dfbca8831ab22d12e6a3d7cc70
|
[
"Apache-2.0"
] | null | null | null |
config/prow/cluster/pipeline_deployment.yaml
|
kyma-bot/test-infra
|
3b296042d365f3dfbca8831ab22d12e6a3d7cc70
|
[
"Apache-2.0"
] | null | null | null |
kind: Deployment
apiVersion: apps/v1
metadata:
name: prow-pipeline
namespace: default
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app: prow-pipeline
template:
metadata:
labels:
app: prow-pipeline
spec:
serviceAccountName: prow-pipeline
containers:
- name: pipeline
image: gcr.io/k8s-prow/pipeline:v20200709-50d1ee0ba5
args:
- --all-contexts
- --config=/etc/prow-config/config.yaml
- --kubeconfig=/etc/kubeconfig/config
volumeMounts:
- mountPath: /etc/kubeconfig
name: kubeconfig
readOnly: true
- mountPath: /etc/prow-config
name: prow-config
readOnly: true
volumes:
- name: kubeconfig
secret:
defaultMode: 420
secretName: kubeconfig
- name: prow-config
configMap:
name: config
| 22.756098
| 60
| 0.588424
|
ae0eac6abac8e21a5bf15c56582e1f16053031ed
| 531
|
yaml
|
YAML
|
n1/n1_svc.yaml
|
sydrM/MyMSA
|
b8e8d17e76a0751287880a502f01254411979413
|
[
"MIT"
] | null | null | null |
n1/n1_svc.yaml
|
sydrM/MyMSA
|
b8e8d17e76a0751287880a502f01254411979413
|
[
"MIT"
] | null | null | null |
n1/n1_svc.yaml
|
sydrM/MyMSA
|
b8e8d17e76a0751287880a502f01254411979413
|
[
"MIT"
] | null | null | null |
apiVersion: v1
kind: Service
metadata:
creationTimestamp: "2021-07-08T06:02:43Z"
labels:
app: n1
name: n1
namespace: default
resourceVersion: "377656"
uid: e5d3cee1-c577-471c-9fa6-51d71c714e65
spec:
clusterIP: 10.233.32.121
clusterIPs:
- 10.233.32.121
externalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- nodePort: 31693
port: 80
protocol: TCP
targetPort: 80
selector:
app: n1
sessionAffinity: None
type: NodePort
status:
loadBalancer: {}
| 17.7
| 43
| 0.700565
|
0a0d209b2627c05036f6c6b610b8418fa9362be2
| 1,292
|
yaml
|
YAML
|
example/20-terraformer-validate-pod.yaml
|
openstandia/terraformer-1
|
494f8ccbff6aa7f522c2993dc07ac349bd4786d2
|
[
"Apache-2.0"
] | null | null | null |
example/20-terraformer-validate-pod.yaml
|
openstandia/terraformer-1
|
494f8ccbff6aa7f522c2993dc07ac349bd4786d2
|
[
"Apache-2.0"
] | null | null | null |
example/20-terraformer-validate-pod.yaml
|
openstandia/terraformer-1
|
494f8ccbff6aa7f522c2993dc07ac349bd4786d2
|
[
"Apache-2.0"
] | null | null | null |
---
apiVersion: v1
kind: Pod
metadata:
name: some-name.infra.tf-validate
namespace: default
spec:
activeDeadlineSeconds: 1800
containers:
- name: terraform
image: eu.gcr.io/gardener-project/gardener/terraformer:latest
imagePullPolicy: IfNotPresent
command:
- /terraformer.sh
- validate
env:
- name: TF_CONFIGURATION_CONFIG_MAP_NAME
value: some-name.infra.tf-config
- name: TF_STATE_CONFIG_MAP_NAME
value: some-name.infra.tf-state
- name: TF_VARIABLES_SECRET_NAME
value: some-name.infra.tf-vars
resources:
requests:
cpu: 100m
restartPolicy: Never
terminationGracePeriodSeconds: 30
| 30.761905
| 77
| 0.732972
|
3b663dcf94e238ab93e5fd7a530284b78bf6dc6c
| 592
|
yaml
|
YAML
|
server/deployment.yaml
|
UmamiAppearance/agfzb-CloudAppDevelopment_Capstone
|
f79fae95b08857fe60397748c25cba0c14a07e35
|
[
"Apache-2.0"
] | null | null | null |
server/deployment.yaml
|
UmamiAppearance/agfzb-CloudAppDevelopment_Capstone
|
f79fae95b08857fe60397748c25cba0c14a07e35
|
[
"Apache-2.0"
] | null | null | null |
server/deployment.yaml
|
UmamiAppearance/agfzb-CloudAppDevelopment_Capstone
|
f79fae95b08857fe60397748c25cba0c14a07e35
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
run: dealership
name: dealership
spec:
replicas: 1
selector:
matchLabels:
run: dealership
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
labels:
run: dealership
spec:
containers:
- image: us.icr.io/sn-labs-larszastrow8/dealership:latest
imagePullPolicy: Always
name: dealership
ports:
- containerPort: 8000
protocol: TCP
restartPolicy: Always
replicas: 1
| 19.096774
| 63
| 0.626689
|
e603c0d5a4e1edfd4690e0f6015964b4e63d561a
| 662
|
yaml
|
YAML
|
tests/jupyter/jupyter-web-app/overlays/application/test_data/expected/rbac.authorization.k8s.io_v1_clusterrolebinding_jupyter-web-app-cluster-role-binding.yaml
|
Klaven/manifests
|
b3f5b41780a01845619884e638f4f6c9183d8fef
|
[
"Apache-2.0"
] | 1
|
2020-07-29T10:00:13.000Z
|
2020-07-29T10:00:13.000Z
|
tests/jupyter/jupyter-web-app/overlays/application/test_data/expected/rbac.authorization.k8s.io_v1_clusterrolebinding_jupyter-web-app-cluster-role-binding.yaml
|
Klaven/manifests
|
b3f5b41780a01845619884e638f4f6c9183d8fef
|
[
"Apache-2.0"
] | 5
|
2020-04-14T16:34:34.000Z
|
2020-08-04T23:49:54.000Z
|
tests/jupyter/jupyter-web-app/overlays/application/test_data/expected/rbac.authorization.k8s.io_v1_clusterrolebinding_jupyter-web-app-cluster-role-binding.yaml
|
Klaven/manifests
|
b3f5b41780a01845619884e638f4f6c9183d8fef
|
[
"Apache-2.0"
] | 3
|
2020-03-31T15:40:32.000Z
|
2020-12-12T18:26:55.000Z
|
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
app: jupyter-web-app
app.kubernetes.io/component: jupyter-web-app
app.kubernetes.io/instance: jupyter-web-app-v0.7.0
app.kubernetes.io/managed-by: kfctl
app.kubernetes.io/name: jupyter-web-app
app.kubernetes.io/part-of: kubeflow
app.kubernetes.io/version: v0.7.0
kustomize.component: jupyter-web-app
name: jupyter-web-app-cluster-role-binding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: jupyter-web-app-cluster-role
subjects:
- kind: ServiceAccount
name: jupyter-web-app-service-account
namespace: kubeflow
| 30.090909
| 54
| 0.753776
|
da42ea318cb6e829fcd3a7b5bc8e8a94bea7cc69
| 587
|
yaml
|
YAML
|
config-root/namespaces/jx/jxboot-helmfile-resources/hook-ingress.yaml
|
techvd/jx3-kubernetes
|
d2d45ec22c646fb70cf2307f761beab068f40035
|
[
"Apache-2.0"
] | null | null | null |
config-root/namespaces/jx/jxboot-helmfile-resources/hook-ingress.yaml
|
techvd/jx3-kubernetes
|
d2d45ec22c646fb70cf2307f761beab068f40035
|
[
"Apache-2.0"
] | null | null | null |
config-root/namespaces/jx/jxboot-helmfile-resources/hook-ingress.yaml
|
techvd/jx3-kubernetes
|
d2d45ec22c646fb70cf2307f761beab068f40035
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: nginx
meta.helm.sh/release-name: 'jxboot-helmfile-resources'
name: hook
namespace: jx
labels:
gitops.jenkins-x.io/pipeline: 'namespaces'
spec:
rules:
- http:
paths:
- pathType: ImplementationSpecific
backend:
service:
name: hook
port:
number: 80
path: "/hook"
host: hook-jx.localdev.me
| 24.458333
| 63
| 0.597956
|
b7e4daf83e7f584bcabae5a407f888e96561d90d
| 523
|
yaml
|
YAML
|
tests/tests/legacy_kustomizations/knative-eventing-install/test_data/expected/~g_v1_serviceaccount_eventing-source-controller.yaml
|
Soonmok/manifests
|
2639398b7b8812de4a7c9be0e4841913f29942cf
|
[
"Apache-2.0"
] | null | null | null |
tests/tests/legacy_kustomizations/knative-eventing-install/test_data/expected/~g_v1_serviceaccount_eventing-source-controller.yaml
|
Soonmok/manifests
|
2639398b7b8812de4a7c9be0e4841913f29942cf
|
[
"Apache-2.0"
] | 1
|
2020-06-28T06:30:01.000Z
|
2020-07-09T01:02:40.000Z
|
tests/tests/legacy_kustomizations/knative-eventing-install/test_data/expected/~g_v1_serviceaccount_eventing-source-controller.yaml
|
Soonmok/manifests
|
2639398b7b8812de4a7c9be0e4841913f29942cf
|
[
"Apache-2.0"
] | 2
|
2020-10-04T22:15:23.000Z
|
2020-10-28T04:24:01.000Z
|
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/component: knative-eventing-install
app.kubernetes.io/instance: knative-eventing-install
app.kubernetes.io/managed-by: kfctl
app.kubernetes.io/name: knative-eventing-install
app.kubernetes.io/part-of: kubeflow
app.kubernetes.io/version: v0.11.0
eventing.knative.dev/release: v0.11.0
kustomize.component: knative
serving.knative.dev/release: v0.11.0
name: eventing-source-controller
namespace: knative-serving
| 32.6875
| 57
| 0.75717
|
525dd8a0fd59d883e04a40df9c3bbe0780365051
| 540
|
yaml
|
YAML
|
test/ingestion/sample/isilonstaticpv.yaml
|
prablr79/csi-isilon
|
d59d971be81a6f461a4e8836d6f73cfab632b150
|
[
"Apache-2.0"
] | 1
|
2022-01-11T10:08:36.000Z
|
2022-01-11T10:08:36.000Z
|
test/ingestion/sample/isilonstaticpv.yaml
|
prablr79/csi-isilon
|
d59d971be81a6f461a4e8836d6f73cfab632b150
|
[
"Apache-2.0"
] | null | null | null |
test/ingestion/sample/isilonstaticpv.yaml
|
prablr79/csi-isilon
|
d59d971be81a6f461a4e8836d6f73cfab632b150
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: v1
kind: PersistentVolume
metadata:
name: isilonstaticpv
namespace: default
spec:
capacity:
storage: 5Gi
accessModes:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
storageClassName: isilon
csi:
driver: csi-isilon.dellemc.com
volumeAttributes:
Path: "/ifs/data/csi/isilonvol=_=_=652=_=_=System"
Name: "isilonvol=_=_=652=_=_=System"
AzServiceIP: 'XX.XX.XX.XX'
volumeHandle: isilonvol=_=_=652=_=_=System
claimRef:
name: isilonstaticpvc
namespace: default
| 23.478261
| 58
| 0.701852
|
4a924b0289dcbe64260e9e0b001ab053346b1e00
| 617
|
yaml
|
YAML
|
kubernetes-deployment.yaml
|
bufferapp/buffer-code-exercise-api
|
d20e274fde199991e81a59587e2ac295fca595f5
|
[
"MIT"
] | 4
|
2018-05-17T00:58:04.000Z
|
2021-12-15T08:14:44.000Z
|
kubernetes-deployment.yaml
|
bufferapp/buffer-code-exercise-api
|
d20e274fde199991e81a59587e2ac295fca595f5
|
[
"MIT"
] | 2
|
2021-02-15T18:50:53.000Z
|
2021-02-23T13:37:06.000Z
|
kubernetes-deployment.yaml
|
bufferapp/buffer-code-exercise-api
|
d20e274fde199991e81a59587e2ac295fca595f5
|
[
"MIT"
] | 1
|
2018-06-28T00:41:53.000Z
|
2018-06-28T00:41:53.000Z
|
apiVersion: apps/v1
kind: Deployment
metadata:
name: buffer-code-exercise-api
labels:
app: buffer-code-exercise-api
namespace: internal
spec:
replicas: 1
selector:
matchLabels:
app: buffer-code-exercise-api
template:
metadata:
labels:
app: buffer-code-exercise-api
spec:
containers:
- name: api
image: bufferapp/buffer-code-exercise-api:2.0
ports:
- containerPort: 8888
resources:
limits:
cpu: 100m
memory: 200Mi
restartPolicy: Always
| 21.275862
| 53
| 0.622366
|
c82786f8590333abe3b9650021235449cdf9ca12
| 891
|
yaml
|
YAML
|
experimental/kubernetes/ha/redis/rcs/redis-gate-master.yaml
|
sinisterrook/spinnaker-centos7
|
af5efce421ac7c27d2f62c1844b014db60e89614
|
[
"Apache-2.0"
] | 1
|
2017-05-14T00:55:09.000Z
|
2017-05-14T00:55:09.000Z
|
experimental/kubernetes/ha/redis/rcs/redis-gate-master.yaml
|
sinisterrook/spinnaker-centos7
|
af5efce421ac7c27d2f62c1844b014db60e89614
|
[
"Apache-2.0"
] | null | null | null |
experimental/kubernetes/ha/redis/rcs/redis-gate-master.yaml
|
sinisterrook/spinnaker-centos7
|
af5efce421ac7c27d2f62c1844b014db60e89614
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: v1
kind: ReplicationController
metadata:
name: redis-gate-master-v000
namespace: spinnaker
labels:
app: redis
stack: gate
detail: master
version: v000
spec:
replicas: 1
selector:
replication-controller: redis-gate-master-v000
template:
metadata:
labels:
replication-controller: redis-gate-master-v000
load-balancer-redis-gate-master: "true"
app: redis
stack: gate
detail: master
spec:
containers:
- name: redis-master
image: gcr.io/kubernetes-spinnaker/redis:v0.0.3
env:
- name: MASTER
value: "true"
ports:
- containerPort: 6379
resources:
limits:
cpu: "0.1"
volumeMounts:
- mountPath: /redis-master-data
name: data
volumes:
- name: data
emptyDir: {}
| 21.731707
| 55
| 0.575758
|
224b9dc4eb2f213c1a8465f41503fa72b3d2b231
| 1,049
|
yaml
|
YAML
|
kubernetes/cluster/ingress-nginx/default-http-backend/deployments.yaml
|
scottwittenburg/spack-infrastructure
|
316ca6fc4930c8c84ac38c725136a01d404dd856
|
[
"ECL-2.0",
"Apache-2.0",
"MIT"
] | null | null | null |
kubernetes/cluster/ingress-nginx/default-http-backend/deployments.yaml
|
scottwittenburg/spack-infrastructure
|
316ca6fc4930c8c84ac38c725136a01d404dd856
|
[
"ECL-2.0",
"Apache-2.0",
"MIT"
] | null | null | null |
kubernetes/cluster/ingress-nginx/default-http-backend/deployments.yaml
|
scottwittenburg/spack-infrastructure
|
316ca6fc4930c8c84ac38c725136a01d404dd856
|
[
"ECL-2.0",
"Apache-2.0",
"MIT"
] | null | null | null |
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: default-http-backend
labels:
app: default-http-backend
namespace: ingress-nginx
spec:
replicas: 1
selector:
matchLabels:
app: default-http-backend
template:
metadata:
labels:
app: default-http-backend
spec:
terminationGracePeriodSeconds: 60
containers:
- name: default-http-backend
image: gcr.io/google_containers/defaultbackend:1.4
livenessProbe:
httpGet:
path: /healthz
port: 8080
scheme: HTTP
initialDelaySeconds: 30
timeoutSeconds: 5
ports:
- containerPort: 8080
resources:
limits:
cpu: 10m
memory: 20Mi
requests:
cpu: 10m
memory: 20Mi
nodeSelector:
"beta.kubernetes.io/instance-type": "t2.medium"
| 23.840909
| 58
| 0.57388
|
55622bb4b164f78fda05664ff3742edd0037faf5
| 646
|
yaml
|
YAML
|
k8s-specifications/db-deployment.yaml
|
krishnakumar2020/voting
|
6be214c6914407fb0c26f1c2dde52e2aaa52cf46
|
[
"Apache-2.0"
] | 2,446
|
2017-05-06T12:07:10.000Z
|
2022-03-31T21:18:34.000Z
|
k8s-specifications/db-deployment.yaml
|
imranahmedkhan/example-voting-app
|
245c8f3aa1291e3e1f1cbbe519b672045456b2a9
|
[
"Apache-2.0"
] | 88
|
2017-05-24T20:21:51.000Z
|
2022-03-31T07:56:42.000Z
|
k8s-specifications/db-deployment.yaml
|
imranahmedkhan/example-voting-app
|
245c8f3aa1291e3e1f1cbbe519b672045456b2a9
|
[
"Apache-2.0"
] | 3,409
|
2017-05-05T18:13:43.000Z
|
2022-03-31T23:58:26.000Z
|
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: db
name: db
namespace: vote
spec:
replicas: 1
selector:
matchLabels:
app: db
template:
metadata:
labels:
app: db
spec:
containers:
- image: postgres:9.4
name: postgres
env:
- name: POSTGRES_USER
value: postgres
- name: POSTGRES_PASSWORD
value: postgres
ports:
- containerPort: 5432
name: postgres
volumeMounts:
- mountPath: /var/lib/postgresql/data
name: db-data
volumes:
- name: db-data
emptyDir: {}
| 18.457143
| 45
| 0.541796
|
b7078e1186091cbe6a0ae619ea4aa90f9563371e
| 702
|
yaml
|
YAML
|
testdata/statefulsets.yaml
|
bajran/kyaml2go
|
5a8c7a64afbc62ef3dd2fb47b732a4a87bb179fc
|
[
"Apache-2.0"
] | 278
|
2019-12-10T16:55:51.000Z
|
2022-03-25T08:21:31.000Z
|
testdata/statefulsets.yaml
|
bajran/kyaml2go
|
5a8c7a64afbc62ef3dd2fb47b732a4a87bb179fc
|
[
"Apache-2.0"
] | 12
|
2019-12-11T12:20:41.000Z
|
2021-12-15T02:50:46.000Z
|
testdata/statefulsets.yaml
|
PrasadG193/kgoclient-gen
|
5d825feeaeceb0478f2f6ed7eded5a749081fb6a
|
[
"Apache-2.0"
] | 22
|
2019-12-14T07:02:12.000Z
|
2022-03-11T10:03:38.000Z
|
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: test-ss
spec:
selector:
matchLabels:
app: nginx
serviceName: "nginx"
replicas: 3 # by default is 1
template:
metadata:
labels:
app: nginx
spec:
terminationGracePeriodSeconds: 10
containers:
- name: nginx
image: k8s.gcr.io/nginx-slim:0.8
ports:
- containerPort: 80
name: web
volumeMounts:
- name: www
mountPath: /usr/share/nginx/html
volumeClaimTemplates:
- metadata:
name: www
spec:
accessModes: [ "ReadWriteOnce" ]
storageClassName: "default"
resources:
requests:
storage: 1Mi
| 20.057143
| 42
| 0.584046
|
e2846ad9566f3d1d223664861d611e8e83ef7533
| 522
|
yaml
|
YAML
|
test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/installs/multi-user/scheduled-workflow/cluster-role.yaml
|
tenzen-y/testing
|
9c9a023f2db4949d28c49678852b2998ecb3ca9f
|
[
"Apache-2.0"
] | null | null | null |
test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/installs/multi-user/scheduled-workflow/cluster-role.yaml
|
tenzen-y/testing
|
9c9a023f2db4949d28c49678852b2998ecb3ca9f
|
[
"Apache-2.0"
] | null | null | null |
test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/installs/multi-user/scheduled-workflow/cluster-role.yaml
|
tenzen-y/testing
|
9c9a023f2db4949d28c49678852b2998ecb3ca9f
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata: # kpt-merge: /ml-pipeline-scheduledworkflow-role
name: ml-pipeline-scheduledworkflow-role
rules:
- apiGroups:
- argoproj.io
resources:
- workflows
verbs:
- create
- get
- list
- watch
- update
- patch
- delete
- apiGroups:
- kubeflow.org
resources:
- scheduledworkflows
verbs:
- create
- get
- list
- watch
- update
- patch
- delete
- apiGroups:
- ''
resources:
- events
verbs:
- create
- patch
| 14.108108
| 58
| 0.651341
|
10cb632e4bbffccef69ca0aa4ca1b0e14eaa11e1
| 605
|
yaml
|
YAML
|
tools/AutoTuner/kubernetes/submit.yaml
|
vijayank88/OpenROAD-flow-scripts
|
0c165a32a81edb8d6fadfdd5042f2c41037c9d1c
|
[
"BSD-3-Clause"
] | 68
|
2020-01-05T02:27:13.000Z
|
2020-07-24T00:32:08.000Z
|
tools/AutoTuner/kubernetes/submit.yaml
|
vijayank88/OpenROAD-flow-scripts
|
0c165a32a81edb8d6fadfdd5042f2c41037c9d1c
|
[
"BSD-3-Clause"
] | 59
|
2020-01-06T22:21:44.000Z
|
2020-07-26T03:48:30.000Z
|
tools/AutoTuner/kubernetes/submit.yaml
|
vijayank88/OpenROAD-flow-scripts
|
0c165a32a81edb8d6fadfdd5042f2c41037c9d1c
|
[
"BSD-3-Clause"
] | 35
|
2020-01-06T04:57:27.000Z
|
2020-07-24T23:10:22.000Z
|
apiVersion: batch/v1
kind: Job
metadata:
name: ray-test-job
spec:
template:
spec:
restartPolicy: Never
containers:
- name: ray
image: openroad/ray
imagePullPolicy: Always
command: [ "/bin/bash", "-c", "--" ]
args:
- "wget https://raw.githubusercontent.com/The-OpenROAD-Project/OpenROAD-flow-scripts/master/tools/AutoTuner/kubernetes/run.py && python run.py"
resources:
requests:
cpu: 100m
memory: 512Mi
| 28.809524
| 155
| 0.591736
|
8e9bf9d3de65bf9f8baed57175fe35813769c40d
| 873
|
yaml
|
YAML
|
order-cancellation/demo/deployment/auditor.yaml
|
rishabhsaha/dapr-demos
|
87ad9b0796a74b8202df3e82252ac4c17673e06c
|
[
"MIT"
] | 155
|
2020-08-26T18:23:37.000Z
|
2022-03-02T15:42:49.000Z
|
order-cancellation/demo/deployment/auditor.yaml
|
rishabhsaha/dapr-demos
|
87ad9b0796a74b8202df3e82252ac4c17673e06c
|
[
"MIT"
] | 12
|
2020-08-20T21:46:06.000Z
|
2021-06-15T01:18:36.000Z
|
order-cancellation/demo/deployment/auditor.yaml
|
rishabhsaha/dapr-demos
|
87ad9b0796a74b8202df3e82252ac4c17673e06c
|
[
"MIT"
] | 48
|
2020-08-26T18:48:38.000Z
|
2022-02-21T18:57:44.000Z
|
apiVersion: apps/v1
kind: Deployment
metadata:
name: order-auditor
namespace: order
labels:
app: order-auditor
spec:
replicas: 1
selector:
matchLabels:
app: order-auditor
template:
metadata:
labels:
app: order-auditor
annotations:
dapr.io/enabled: "true"
dapr.io/app-id: "order-auditor"
dapr.io/app-protocol: "http"
dapr.io/app-port: "3001"
dapr.io/config: "order-config"
dapr.io/log-as-json: "true"
spec:
containers:
- name: auditor
image: mchmarny/auditor:v0.2.10
ports:
- containerPort: 3001
env:
- name: StateStore
value: "order-audit-store"
- name: StateKey
value: "id"
- name: PubSubName
value: "order-queue"
- name: TopicName
value: "cancellations"
| 22.973684
| 39
| 0.563574
|
2467b5b71d734d1ca21634862a9c496ba6deee1f
| 838
|
yaml
|
YAML
|
bins/challenges_qualifiers/KPRCA_00038/pov/cyborg-seeker_pov_1.yaml
|
ucsb-seclab/hacrs-input-generator
|
7de089518541e3d0841622bcd3c950c7d83adc33
|
[
"BSD-2-Clause"
] | 3
|
2019-12-20T02:04:42.000Z
|
2019-12-20T02:04:51.000Z
|
bins/challenges_qualifiers/KPRCA_00038/pov/cyborg-seeker_pov_1.yaml
|
ucsb-seclab/hacrs-input-generator
|
7de089518541e3d0841622bcd3c950c7d83adc33
|
[
"BSD-2-Clause"
] | null | null | null |
bins/challenges_qualifiers/KPRCA_00038/pov/cyborg-seeker_pov_1.yaml
|
ucsb-seclab/hacrs-input-generator
|
7de089518541e3d0841622bcd3c950c7d83adc33
|
[
"BSD-2-Clause"
] | null | null | null |
apiVersion: v1
kind: Pod
metadata:
name: cyborg-seeker-qualifiers-kprca00038-pov1
labels:
type: cyborg-seeker
spec: # specification of the pod's contents
restartPolicy: Never #OnFailure
imagePullSecrets:
- name: ucsbseclab-dockerhub
volumes:
- name: cyborg-results
persistentVolumeClaim:
claimName: cyborg-results
containers:
- name: cyborg-seeker-qualifiers-kprca00038-pov1
stdin: true
tty: true
image: "zardus/research:cyborg-generator"
command: ["/bin/bash", "-c", "python /home/angr/cyborg-generator/kubernetes_seeker.py qualifiers KPRCA_00038 pov_1 3600"]
imagePullPolicy: Always
volumeMounts:
- name: cyborg-results
mountPath: "/results"
resources:
limits:
cpu: 1
memory: 10Gi
requests:
cpu: 1
memory: 10Gi
| 20.95
| 125
| 0.675418
|
9ae4ec2677a111229a4fbd324804ebc7b582d184
| 781
|
yaml
|
YAML
|
settings/staging/settings.yaml
|
angelnu/k8s-gitops
|
a84473d034dbce08517b032a6bc19d1ccd39a0fd
|
[
"Apache-2.0"
] | 43
|
2021-02-15T19:44:08.000Z
|
2022-03-25T06:53:11.000Z
|
settings/staging/settings.yaml
|
angelnu/k8s-gitops
|
a84473d034dbce08517b032a6bc19d1ccd39a0fd
|
[
"Apache-2.0"
] | 19
|
2021-02-12T19:01:55.000Z
|
2022-02-20T10:41:59.000Z
|
settings/staging/settings.yaml
|
angelnu/k8s-gitops
|
a84473d034dbce08517b032a6bc19d1ccd39a0fd
|
[
"Apache-2.0"
] | 13
|
2021-02-27T19:53:47.000Z
|
2022-03-26T10:34:13.000Z
|
apiVersion: v1
kind: ConfigMap
metadata:
namespace: flux-system
name: cluster-settings
data:
CLUSTER_ENV: "staging"
CLUSTER_DOMAIN_DUMMY: dummy1
CLUSTER_EXTERNAL_SUBNET_PREFIX: 192.168.11
CLUSTER_LB_RANGE: 192.168.11.128-192.168.11.192
CLUSTER_DB_VERSION: "13"
CLUSTER_DB_NODE_0: test-k3s1
CLUSTER_DB_NODE_1: test-k3s2
CLUSTER_DB_NODE_2: test-k3s3
CLUSTER_DB_BACKUP_PREFIX: "backup/staging_db"
FLUX_NOTIFICATIONS_CHANNEL: k8s-staging
BOTKUBE_NOTIFICATIONS_CHANNEL: k8s-staging
NFS_KUBERNETES: /volume1/test/kubernetes
NFS_DOWNLOADS: /volume1/test/downloads
NFS_SOFTWARE: /volume1/test/software
NFS_VIDEO: /volume1/test/video
NFS_MUSIC: /volume1/test/music
ONE_PROD_REPLICA: "0"
ONE_STAGING_REPLICA: "1"
| 26.931034
| 49
| 0.790013
|
75869fa36e84a566596898a06188d72705f7fa92
| 639
|
yml
|
YAML
|
5 Continuous Delivery with Kubernetes/5.2 Configuring CD with GitLab/kubernetes/gitlab-runner.yml
|
imaginecloud-dev/Develop-and-Operate-Microservices-on-Kubernetes
|
5281b01b6adcf68de28c4010993eafb199d2a8e2
|
[
"MIT"
] | 15
|
2018-06-28T04:55:50.000Z
|
2021-10-02T03:20:04.000Z
|
5 Continuous Delivery with Kubernetes/5.2 Configuring CD with GitLab/kubernetes/gitlab-runner.yml
|
imaginecloud-dev/Develop-and-Operate-Microservices-on-Kubernetes
|
5281b01b6adcf68de28c4010993eafb199d2a8e2
|
[
"MIT"
] | 2
|
2019-06-13T06:01:24.000Z
|
2021-11-02T20:46:01.000Z
|
5 Continuous Delivery with Kubernetes/5.2 Configuring CD with GitLab/kubernetes/gitlab-runner.yml
|
PacktPublishing/Develop-and-Operate-Microservices-on-Kubernetes
|
5281b01b6adcf68de28c4010993eafb199d2a8e2
|
[
"MIT"
] | 17
|
2018-07-17T17:17:41.000Z
|
2021-08-22T16:18:18.000Z
|
apiVersion: apps/v1
kind: Deployment
metadata:
name: gitlab-runner
spec:
replicas: 1
selector:
matchLabels:
app: gitlab-runner
template:
metadata:
labels:
app: gitlab-runner
spec:
containers:
- name: runner
image: gitlab/gitlab-runner:v11.0.0
volumeMounts:
- name: docker-socket
mountPath: /var/run/docker.sock
- name: config
mountPath: /etc/gitlab-runner
volumes:
- name: docker-socket
hostPath:
path: /var/run/docker.sock
- name: config
hostPath:
path: /data/gitlab-runner/config
| 22.034483
| 43
| 0.58216
|
6a7d0d04428ef1ac8acae9105fa536bb6af9ec15
| 705
|
yml
|
YAML
|
k8s/invoices-api/configmap.yml
|
omurilo/codebank
|
d853c41a276916a409c8b5407f4e3fc0422a1740
|
[
"MIT"
] | null | null | null |
k8s/invoices-api/configmap.yml
|
omurilo/codebank
|
d853c41a276916a409c8b5407f4e3fc0422a1740
|
[
"MIT"
] | null | null | null |
k8s/invoices-api/configmap.yml
|
omurilo/codebank
|
d853c41a276916a409c8b5407f4e3fc0422a1740
|
[
"MIT"
] | null | null | null |
apiVersion: v1
kind: ConfigMap
metadata:
name: invoices-api-conf
data:
env: |
TYPEORM_CONNECTION=postgres
TYPEORM_HOST=postgres-postgresql
TYPEORM_USERNAME=postgres
TYPEORM_PASSWORD=txCYMN97bH
TYPEORM_DATABASE=invoice
TYPEORM_PORT=5432
TYPEORM_ENTITIES=dist/**/*.entity.js
TYPEORM_MIGRATIONS=dist/migrations/**/*.js
TYPEORM_ENTITIES_DIR=src
TYPEORM_MIGRATIONS_DIR=src/migrations
TZ="America/Sao_Paulo"
KAFKA_CLIENT_ID=codebank
KAFKA_HOST=pkc-4yyd6.us-east1.gcp.confluent.cloud:9092
KAFKA_CONSUMER_GROUP_ID=invoices
KAFKA_SASL_USERNAME=RAXKXNJ32HZL3PEE
KAFKA_SASL_PASSWORD=OBE7y9JLfrdflI0gWQcUvHvhnG89zOte3Fm1WYvxZhQlz2ApAbUMBta9oSRuW4nx
| 30.652174
| 88
| 0.794326
|
a24c546fb501d2b3bc2e5ae938b83db480825fe8
| 909
|
yaml
|
YAML
|
k8s/utils/base/vizier_nats_watcher/nats_watcher.yaml
|
hangqiu/pixie
|
1dd4af47d40ff856c4d52a1d6de81f78a76ff31e
|
[
"Apache-2.0"
] | 1,821
|
2020-04-08T00:45:27.000Z
|
2021-09-01T14:56:25.000Z
|
k8s/utils/base/vizier_nats_watcher/nats_watcher.yaml
|
hangqiu/pixie
|
1dd4af47d40ff856c4d52a1d6de81f78a76ff31e
|
[
"Apache-2.0"
] | 142
|
2020-04-09T06:23:46.000Z
|
2021-08-24T06:02:12.000Z
|
k8s/utils/base/vizier_nats_watcher/nats_watcher.yaml
|
hangqiu/pixie
|
1dd4af47d40ff856c4d52a1d6de81f78a76ff31e
|
[
"Apache-2.0"
] | 105
|
2021-09-08T10:26:50.000Z
|
2022-03-29T09:13:36.000Z
|
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: nats-watcher
spec:
replicas: 1
selector:
matchLabels:
app: nats-watcher
template:
metadata:
name: nats-watcher
labels:
app: nats-watcher
name: nats-watcher
spec:
containers:
- image: gcr.io/pixie-oss/pixie-dev/vizier/nats_watcher_image:latest
name: nats-watcher
env:
- name: PL_SERVER_TLS_CERT
value: /certs/server.crt
- name: PL_SERVER_TLS_KEY
value: /certs/server.key
- name: PL_CLIENT_TLS_CERT
value: /certs/client.crt
- name: PL_CLIENT_TLS_KEY
value: /certs/client.key
- name: PL_TLS_CA_CERT
value: /certs/ca.crt
volumeMounts:
- name: certs
mountPath: /certs
volumes:
- name: certs
secret:
secretName: service-tls-certs
| 23.307692
| 74
| 0.583058
|
9c1cd968a31e43917f4628555223917ffd5003cf
| 683
|
yaml
|
YAML
|
testserver/build/local-server/deploy.yaml
|
JakobGray/discovery
|
cacaf9212b5c5f389fd7fb97b65f5575ca761813
|
[
"Apache-2.0"
] | 2
|
2022-01-18T18:58:17.000Z
|
2022-02-15T17:09:41.000Z
|
testserver/build/local-server/deploy.yaml
|
JakobGray/discovery
|
cacaf9212b5c5f389fd7fb97b65f5575ca761813
|
[
"Apache-2.0"
] | 84
|
2021-02-22T19:06:43.000Z
|
2021-12-09T19:34:52.000Z
|
testserver/build/local-server/deploy.yaml
|
JakobGray/discovery
|
cacaf9212b5c5f389fd7fb97b65f5575ca761813
|
[
"Apache-2.0"
] | 6
|
2021-02-22T19:02:29.000Z
|
2021-09-14T02:04:31.000Z
|
apiVersion: apps/v1
kind: Deployment
metadata:
name: mock-ocm-server
spec:
selector:
matchLabels:
app: mock-ocm-server
template:
metadata:
labels:
app: mock-ocm-server
spec:
containers:
- command:
- /local-server
args:
- --scenario=tenClusters
image: testserver:latest
imagePullPolicy: Always
name: mock-ocm-server
ports:
- containerPort: 3000
resources:
requests:
memory: "64Mi"
cpu: "250m"
limits:
memory: "128Mi"
cpu: "500m"
| 20.69697
| 63
| 0.556369
|
8268d8bdae2ff307fac257fe66e912158291f272
| 785
|
yaml
|
YAML
|
architecture/mongo/initial-script-job.yaml
|
Sergey-Baranenkov/audio_recognition_system
|
4472a76e495fe6a679ffbd4dd3706ce971540e79
|
[
"Apache-2.0"
] | null | null | null |
architecture/mongo/initial-script-job.yaml
|
Sergey-Baranenkov/audio_recognition_system
|
4472a76e495fe6a679ffbd4dd3706ce971540e79
|
[
"Apache-2.0"
] | null | null | null |
architecture/mongo/initial-script-job.yaml
|
Sergey-Baranenkov/audio_recognition_system
|
4472a76e495fe6a679ffbd4dd3706ce971540e79
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: batch/v1
kind: Job
metadata:
name: "diploma-mongo-initial-script-job"
spec:
backoffLimit: 0
parallelism: 1
completions: 1
template:
spec:
containers:
- name: "diploma-mongo-initial-script-job"
image: mongo
command: ["/bin/sh", "-c"]
args: ["mongosh --host diploma-mongo-mongodb-sharded --username $MONGO_USER --password $MONGO_PASSWORD --file /data/scripts/initial-script.js"]
volumeMounts:
- name: "initial-script"
mountPath: "/data/scripts"
readOnly: true
envFrom:
- secretRef:
name: "diploma-mongo-job-env"
restartPolicy: Never
volumes:
- name: "initial-script"
secret:
secretName: "diploma-mongo-initial"
| 24.53125
| 151
| 0.597452
|
e6f421a1ff6ed4c9ba3e7c29ece093f4071e1ae1
| 536
|
yml
|
YAML
|
envpod-startup.yml
|
yuhanx0728/k8s-playground
|
941037d2a8dea3ea09dc62cda217a6a16af22c8a
|
[
"MIT"
] | null | null | null |
envpod-startup.yml
|
yuhanx0728/k8s-playground
|
941037d2a8dea3ea09dc62cda217a6a16af22c8a
|
[
"MIT"
] | null | null | null |
envpod-startup.yml
|
yuhanx0728/k8s-playground
|
941037d2a8dea3ea09dc62cda217a6a16af22c8a
|
[
"MIT"
] | null | null | null |
apiVersion: v1
kind: Pod
metadata:
labels:
chapter: configmaps
name: envpod-startup
spec:
restartPolicy: OnFailure
containers:
- name: ctr1
image: busybox
command: [ "/bin/sh", "-c", "echo First name $(FIRSTNAME) last name $(LASTNAME)" ]
env:
- name: FIRSTNAME
valueFrom:
configMapKeyRef:
name: multimap
key: given
- name: LASTNAME
valueFrom:
configMapKeyRef:
name: multimap
key: family
| 23.304348
| 88
| 0.54291
|
99c6cb0aa32364fb9298eec216c679ceba9e4d4c
| 628
|
yml
|
YAML
|
kubernetes/solution/nodejs-mongodb/mongo-deployment.yml
|
nutstache/dockerlabs
|
acfb2b4e06e2c4092849be6dcc1f88038f64cfed
|
[
"MIT"
] | 2,521
|
2018-07-13T07:23:45.000Z
|
2022-03-31T22:54:06.000Z
|
kubernetes/solution/nodejs-mongodb/mongo-deployment.yml
|
nutstache/dockerlabs
|
acfb2b4e06e2c4092849be6dcc1f88038f64cfed
|
[
"MIT"
] | 171
|
2018-06-21T13:21:43.000Z
|
2022-03-09T06:55:35.000Z
|
kubernetes/solution/nodejs-mongodb/mongo-deployment.yml
|
nutstache/dockerlabs
|
acfb2b4e06e2c4092849be6dcc1f88038f64cfed
|
[
"MIT"
] | 1,250
|
2018-06-19T06:57:23.000Z
|
2022-03-29T16:26:34.000Z
|
apiVersion: apps/v1 # for versions before 1.9.0 use apps/v1beta2
kind: Deployment
metadata:
name: mongo
spec:
selector:
matchLabels:
app: mongo
role: master
tier: backend
replicas: 1
template:
metadata:
labels:
app: mongo
role: master
tier: backend
spec:
containers:
- name: mongo
image: mongo
ports:
- containerPort: 27017
volumeMounts:
- name: data
mountPath: /data/db
volumes:
- name: data
persistentVolumeClaim:
claimName: mongo-pv-claim
| 20.258065
| 64
| 0.542994
|
4cacb1d359534056aafb6a7510307ae8f2b36328
| 896
|
yaml
|
YAML
|
examples/kubernetes/workloads/pmbench/base/pmbench.yaml
|
katarzyna-z/workload-collocation-agent
|
49e7e5f0cb13ffd81552e7722d40b3900053e56a
|
[
"Apache-2.0"
] | null | null | null |
examples/kubernetes/workloads/pmbench/base/pmbench.yaml
|
katarzyna-z/workload-collocation-agent
|
49e7e5f0cb13ffd81552e7722d40b3900053e56a
|
[
"Apache-2.0"
] | 4
|
2019-02-01T08:20:30.000Z
|
2020-03-27T10:30:25.000Z
|
examples/kubernetes/workloads/pmbench/base/pmbench.yaml
|
ppalucki/owca
|
9316f92e2d67f6c37da2dec33e5f769a4c3a465b
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: pmbench
spec:
replicas: 0
serviceName: pmbench
podManagementPolicy: Parallel
selector:
matchLabels:
app: pmbench
template:
metadata:
labels:
app: pmbench
spec:
nodeSelector:
goal: service
terminationGracePeriodSeconds: 0
containers:
- name: pmbench
image: pmbench
imagePullPolicy: Always
envFrom:
- configMapRef:
name: pmbench
command:
- sh
- -c
- >
./pmbench/pmbench $extra
volumeClaimTemplates: []
| 24.216216
| 111
| 0.620536
|
2e935167cce3516488c2d037938ab4423478cc89
| 658
|
yml
|
YAML
|
examples/k8s/kuvasz.configmap.yml
|
kuvasz-uptime/kuvasz
|
2297709d97ee0d9ee61df17ab3b37b463fb56338
|
[
"Apache-2.0"
] | 34
|
2020-07-20T13:35:00.000Z
|
2021-12-25T15:55:28.000Z
|
examples/k8s/kuvasz.configmap.yml
|
kuvasz-uptime/kuvasz
|
2297709d97ee0d9ee61df17ab3b37b463fb56338
|
[
"Apache-2.0"
] | 50
|
2020-07-19T13:26:16.000Z
|
2022-01-04T08:20:04.000Z
|
examples/k8s/kuvasz.configmap.yml
|
adamkobor/kuvasz
|
2297709d97ee0d9ee61df17ab3b37b463fb56338
|
[
"Apache-2.0"
] | 7
|
2020-07-26T11:51:45.000Z
|
2022-02-01T20:43:58.000Z
|
apiVersion: v1
kind: ConfigMap
metadata:
name: kuvasz-config
namespace: kuvasz
data:
database_host: "database.host"
database_port: "5432"
database_name: "postgres"
http_communication_log_enabled: "true"
log_handler_enabled: "true"
smtp_event_handler_enabled: "true"
smtp_host: "smtp.host"
smtp_port: "587"
smtp_from_address: "[email protected]"
smtp_to_address: "[email protected]"
smtp_transport_strategy: "SMTP_TLS"
slack_event_handler_enabled: "true"
slack_webhook_url: "https://your.slack-webhook.url"
data_retention_days: "30"
telegram_event_handler_enabled: "true"
pagerduty_event_handler_enabled: "true"
| 28.608696
| 53
| 0.778116
|
612872998fa8ef9c0b727ede4160749f6a5a065c
| 524
|
yaml
|
YAML
|
Istio/Calculator/compositeop/networkpolicy.yaml
|
abalasu1/IBM-Cloud-Private
|
f0c66638fd6fb915082e82dc736a0469ca54433e
|
[
"MIT"
] | null | null | null |
Istio/Calculator/compositeop/networkpolicy.yaml
|
abalasu1/IBM-Cloud-Private
|
f0c66638fd6fb915082e82dc736a0469ca54433e
|
[
"MIT"
] | 2
|
2021-05-08T03:36:44.000Z
|
2022-03-02T03:14:51.000Z
|
Istio/Calculator/compositeop/networkpolicy.yaml
|
silabs-ibm/IBM-Cloud-Private
|
1d8c488002f5f73a268e59a0fa354b331bbc882b
|
[
"MIT"
] | null | null | null |
kind: NetworkPolicy
apiVersion: networking.k8s.io/v1
metadata:
name: allow-compositeop
namespace: calculator
spec:
podSelector:
matchLabels:
app: compositeop
ingress:
- ports:
- port: 80
from:
- podSelector:
matchLabels:
purpose: curl
- podSelector:
matchLabels:
app: processor
- namespaceSelector:
matchLabels:
purpose: istio-system
- namespaceSelector:
matchLabels:
purpose: kube-system
| 20.96
| 40
| 0.593511
|
e8645f17a0302a0f84aefacb01160324cc9e2952
| 594
|
yaml
|
YAML
|
staging/src/k8s.io/pod-security-admission/test/testdata/restricted/v1.23/fail/selinuxoptions3.yaml
|
767829413/kubernetes
|
e3982ce472af31efe0cfb5165271c84f1ace0b0f
|
[
"Apache-2.0"
] | 84,910
|
2015-08-12T17:45:55.000Z
|
2022-03-31T23:39:40.000Z
|
staging/src/k8s.io/pod-security-admission/test/testdata/restricted/v1.23/fail/selinuxoptions3.yaml
|
767829413/kubernetes
|
e3982ce472af31efe0cfb5165271c84f1ace0b0f
|
[
"Apache-2.0"
] | 98,305
|
2015-08-12T17:35:13.000Z
|
2022-03-31T23:46:47.000Z
|
staging/src/k8s.io/pod-security-admission/test/testdata/restricted/v1.23/fail/selinuxoptions3.yaml
|
767829413/kubernetes
|
e3982ce472af31efe0cfb5165271c84f1ace0b0f
|
[
"Apache-2.0"
] | 36,592
|
2015-08-12T18:36:13.000Z
|
2022-03-31T16:22:17.000Z
|
apiVersion: v1
kind: Pod
metadata:
name: selinuxoptions3
spec:
containers:
- image: k8s.gcr.io/pause
name: container1
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seLinuxOptions: {}
initContainers:
- image: k8s.gcr.io/pause
name: initcontainer1
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seLinuxOptions: {}
securityContext:
runAsNonRoot: true
seLinuxOptions:
user: somevalue
seccompProfile:
type: RuntimeDefault
| 19.8
| 37
| 0.649832
|
1a69975d5c54a922bc0d5de903e3981e4e87d9fa
| 731
|
yml
|
YAML
|
manifests/aks-petstoreservice-ingress.yml
|
ciro1212/azure-cloud
|
c158fd1259cb86273e32788bd90f885a40fa332b
|
[
"MIT"
] | 14
|
2021-07-13T19:59:17.000Z
|
2022-03-31T19:38:58.000Z
|
manifests/aks-petstoreservice-ingress.yml
|
ciro1212/azure-cloud
|
c158fd1259cb86273e32788bd90f885a40fa332b
|
[
"MIT"
] | 11
|
2021-12-18T18:35:15.000Z
|
2022-01-07T22:08:41.000Z
|
manifests/aks-petstoreservice-ingress.yml
|
ciro1212/azure-cloud
|
c158fd1259cb86273e32788bd90f885a40fa332b
|
[
"MIT"
] | 27
|
2021-04-23T15:21:10.000Z
|
2022-03-18T04:37:13.000Z
|
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress-petstoreservices
annotations:
kubernetes.io/ingress.class: nginx
spec:
rules:
- http:
paths:
- path: /petstorepetservice
pathType: Prefix
backend:
service:
name: aks-petstorepetservice
port:
number: 80
- path: /petstoreproductservice
pathType: Prefix
backend:
service:
name: aks-petstoreproductservice
port:
number: 80
- path: /petstoreorderservice
pathType: Prefix
backend:
service:
name: aks-petstoreorderservice
port:
number: 80
| 22.84375
| 44
| 0.552668
|
3b61868dc6244f6f596fb8da780a4ad1117d963d
| 588
|
yaml
|
YAML
|
yamls/coredns/service_release-name-coredns.yaml
|
jmnote/kubeyaml
|
675b07a90d2295f697e89294dd31030943836a0d
|
[
"Apache-2.0"
] | 1
|
2022-01-28T16:03:48.000Z
|
2022-01-28T16:03:48.000Z
|
yamls/coredns/service_release-name-coredns.yaml
|
jmnote/kubeyaml
|
675b07a90d2295f697e89294dd31030943836a0d
|
[
"Apache-2.0"
] | null | null | null |
yamls/coredns/service_release-name-coredns.yaml
|
jmnote/kubeyaml
|
675b07a90d2295f697e89294dd31030943836a0d
|
[
"Apache-2.0"
] | 1
|
2022-02-15T07:57:28.000Z
|
2022-02-15T07:57:28.000Z
|
apiVersion: v1
kind: Service
metadata:
annotations: {}
labels:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: coredns
helm.sh/chart: coredns-1.16.5
k8s-app: coredns
kubernetes.io/cluster-service: "true"
kubernetes.io/name: CoreDNS
name: RELEASE-NAME-coredns
spec:
ports:
- name: udp-53
port: 53
protocol: UDP
- name: tcp-53
port: 53
protocol: TCP
selector:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/name: coredns
k8s-app: coredns
type: ClusterIP
| 21.777778
| 44
| 0.681973
|
6870bf3ffacf0e82e004bc88c2c848efd195fa04
| 1,289
|
yaml
|
YAML
|
config/post-install/clusterrole.yaml
|
rudeigerc/eventing
|
3d51c72b3324aa61232ad6040fb43af3f7822b44
|
[
"Apache-2.0"
] | 1
|
2020-06-26T16:55:47.000Z
|
2020-06-26T16:55:47.000Z
|
config/post-install/clusterrole.yaml
|
rudeigerc/eventing
|
3d51c72b3324aa61232ad6040fb43af3f7822b44
|
[
"Apache-2.0"
] | 25
|
2019-01-28T17:15:44.000Z
|
2020-09-22T01:17:10.000Z
|
config/post-install/clusterrole.yaml
|
radufa/eventing
|
6136d09fb405a605c9239f3abaf2b1ec6e5cf5e2
|
[
"Apache-2.0"
] | 2
|
2019-01-14T18:58:56.000Z
|
2019-10-03T21:33:55.000Z
|
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: knative-eventing-post-install-job-role
labels:
eventing.knative.dev/release: devel
rules:
- apiGroups:
- "apiextensions.k8s.io"
resources:
- "customresourcedefinitions"
- "customresourcedefinitions/status"
verbs:
- "get"
- "list"
- "update"
- "patch"
- "watch"
- apiGroups:
- "sources.knative.dev"
resources:
- "pingsources"
verbs:
- "get"
- "list"
- "create"
- "update"
- "delete"
- "patch"
- "watch"
| 27.425532
| 74
| 0.666408
|
f33a0fe48c20cfcb5da687ae5ece08baadfa9002
| 680
|
yaml
|
YAML
|
ft_services/srcs/wordpress/srcs/wordpress-deployment.yaml
|
maxdesalle/libft
|
8845656e1f5cc1fec052cf97fc8f5839b2b590a8
|
[
"Unlicense"
] | 3
|
2021-01-06T13:50:12.000Z
|
2022-02-28T09:16:15.000Z
|
ft_services/srcs/wordpress/srcs/wordpress-deployment.yaml
|
maxdesalle/libft
|
8845656e1f5cc1fec052cf97fc8f5839b2b590a8
|
[
"Unlicense"
] | null | null | null |
ft_services/srcs/wordpress/srcs/wordpress-deployment.yaml
|
maxdesalle/libft
|
8845656e1f5cc1fec052cf97fc8f5839b2b590a8
|
[
"Unlicense"
] | 1
|
2020-11-23T12:58:18.000Z
|
2020-11-23T12:58:18.000Z
|
apiVersion: apps/v1
kind: Deployment
metadata:
name: wordpress
spec:
selector:
matchLabels:
app: wordpress
replicas: 1
strategy:
type: Recreate
template:
metadata:
labels:
app: wordpress
spec:
containers:
- name: wordpress
image: my_wordpress
imagePullPolicy: Never
ports:
- name: wp-port
containerPort: 5050
livenessProbe:
exec:
command:
- sh
- -c
- "service telegraf status && service mariadb status && service nginx status && service php-fpm7 status"
initialDelaySeconds: 5
periodSeconds: 5
| 21.25
| 116
| 0.566176
|
f25966af900e0f9ceef628251c6c38a3a6ea38f3
| 567
|
yaml
|
YAML
|
k8s_deployment/hpa.yaml
|
shinebayar-g/devops-demo
|
4832554c6d9464350ae7228692496cda40bc5cf8
|
[
"MIT"
] | null | null | null |
k8s_deployment/hpa.yaml
|
shinebayar-g/devops-demo
|
4832554c6d9464350ae7228692496cda40bc5cf8
|
[
"MIT"
] | null | null | null |
k8s_deployment/hpa.yaml
|
shinebayar-g/devops-demo
|
4832554c6d9464350ae7228692496cda40bc5cf8
|
[
"MIT"
] | null | null | null |
apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
name: flask-app
namespace: shinebayar-g
labels:
app: flask-app
team: alpha-1
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: flask-app
minReplicas: 1
maxReplicas: 3
metrics:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 75 # Calculate Requests value
- type: Resource
resource:
name: memory
target:
type: Utilization
averageUtilization: 75
| 19.551724
| 57
| 0.659612
|
41b283f903757415cf30fd7175fc9d14334dcbc3
| 797
|
yaml
|
YAML
|
_hack/manifests/pod.yaml
|
ryotarai/cmstore
|
2cfa98622784aab63a42e42b0899b91bad56cddd
|
[
"MIT"
] | null | null | null |
_hack/manifests/pod.yaml
|
ryotarai/cmstore
|
2cfa98622784aab63a42e42b0899b91bad56cddd
|
[
"MIT"
] | null | null | null |
_hack/manifests/pod.yaml
|
ryotarai/cmstore
|
2cfa98622784aab63a42e42b0899b91bad56cddd
|
[
"MIT"
] | null | null | null |
apiVersion: v1
kind: Pod
metadata:
namespace: default
generateName: cmstore-example-
spec:
initContainers:
- name: init-cmstore
image: cmstore
imagePullPolicy: Never
command: ["cmstore", "init", "--namespace", "default", "--name", "configmap1", "--dir", "/config", "--create-if-not-found"]
volumeMounts:
- name: config
mountPath: /config
containers:
- name: main
image: ubuntu:20.04
command: ["sleep", "infinity"]
volumeMounts:
- name: config
mountPath: /config
- name: cmstore
image: cmstore
imagePullPolicy: Never
command: ["cmstore", "watch", "--namespace", "default", "--name", "configmap1", "--dir", "/config"]
volumeMounts:
- name: config
mountPath: /config
volumes:
- name: config
emptyDir: {}
| 24.90625
| 127
| 0.623588
|
cd1439cb530ae261c84cba8132b228f0ff90c24c
| 1,349
|
yaml
|
YAML
|
ocd/infra/playbooks/roles/applcm/files/deploy/postgres-k8s.yaml
|
khemendra0/ealt-edge
|
76872e65a918fe31c6b28efd288cef10a1bd806f
|
[
"Apache-2.0"
] | null | null | null |
ocd/infra/playbooks/roles/applcm/files/deploy/postgres-k8s.yaml
|
khemendra0/ealt-edge
|
76872e65a918fe31c6b28efd288cef10a1bd806f
|
[
"Apache-2.0"
] | null | null | null |
ocd/infra/playbooks/roles/applcm/files/deploy/postgres-k8s.yaml
|
khemendra0/ealt-edge
|
76872e65a918fe31c6b28efd288cef10a1bd806f
|
[
"Apache-2.0"
] | null | null | null |
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: postgres-db
namespace: default
labels:
app: postgres-db
spec:
replicas: 1
selector:
matchLabels:
app: postgres-db
template:
metadata:
labels:
app: postgres-db
spec:
containers:
- name: postgres
image: postgres:9.6
imagePullPolicy: "Always"
envFrom:
- configMapRef:
name: postgres-config
volumeMounts:
- mountPath: /var/lib/postgresql/data
name: postgredb
ports:
- containerPort: 5432
volumes:
- name: postgredb
persistentVolumeClaim:
claimName: postgres-pv-claim
| 26.45098
| 74
| 0.648629
|
37112420b9dce49c6fd345bfc0f3c996ad01ee3d
| 826
|
yaml
|
YAML
|
bins/challenges_finals/NRFIN_00061/pov/cyborg-seeker_pov_0.yaml
|
ucsb-seclab/hacrs-input-generator
|
7de089518541e3d0841622bcd3c950c7d83adc33
|
[
"BSD-2-Clause"
] | 3
|
2019-12-20T02:04:42.000Z
|
2019-12-20T02:04:51.000Z
|
bins/challenges_finals/NRFIN_00061/pov/cyborg-seeker_pov_0.yaml
|
ucsb-seclab/hacrs-input-generator
|
7de089518541e3d0841622bcd3c950c7d83adc33
|
[
"BSD-2-Clause"
] | null | null | null |
bins/challenges_finals/NRFIN_00061/pov/cyborg-seeker_pov_0.yaml
|
ucsb-seclab/hacrs-input-generator
|
7de089518541e3d0841622bcd3c950c7d83adc33
|
[
"BSD-2-Clause"
] | null | null | null |
apiVersion: v1
kind: Pod
metadata:
name: cyborg-seeker-finals-nrfin00061-pov0
labels:
type: cyborg-seeker
spec: # specification of the pod's contents
restartPolicy: Never #OnFailure
imagePullSecrets:
- name: ucsbseclab-dockerhub
volumes:
- name: cyborg-results
persistentVolumeClaim:
claimName: cyborg-results
containers:
- name: cyborg-seeker-finals-nrfin00061-pov0
stdin: true
tty: true
image: "zardus/research:cyborg-generator"
command: ["/bin/bash", "-c", "python /home/angr/cyborg-generator/kubernetes_seeker.py finals NRFIN_00061 pov_0 3600"]
imagePullPolicy: Always
volumeMounts:
- name: cyborg-results
mountPath: "/results"
resources:
limits:
cpu: 1
memory: 10Gi
requests:
cpu: 1
memory: 10Gi
| 20.65
| 121
| 0.670702
|
0ccc0880f2972a20298c1279ba9a8cf78a6b14b9
| 933
|
yaml
|
YAML
|
config/prow/cluster/pipeline_deployment.yaml
|
celestehorgan/test-infra
|
3a4d5a94f214381ecca8146aef354bba29b0ac67
|
[
"Apache-2.0"
] | null | null | null |
config/prow/cluster/pipeline_deployment.yaml
|
celestehorgan/test-infra
|
3a4d5a94f214381ecca8146aef354bba29b0ac67
|
[
"Apache-2.0"
] | null | null | null |
config/prow/cluster/pipeline_deployment.yaml
|
celestehorgan/test-infra
|
3a4d5a94f214381ecca8146aef354bba29b0ac67
|
[
"Apache-2.0"
] | null | null | null |
kind: Deployment
apiVersion: apps/v1
metadata:
name: prow-pipeline
namespace: default
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app: prow-pipeline
template:
metadata:
labels:
app: prow-pipeline
spec:
serviceAccountName: prow-pipeline
containers:
- name: pipeline
image: gcr.io/k8s-prow/pipeline:v20200714-1215e87acc
args:
- --all-contexts
- --config=/etc/prow-config/config.yaml
- --kubeconfig=/etc/kubeconfig/config
volumeMounts:
- mountPath: /etc/kubeconfig
name: kubeconfig
readOnly: true
- mountPath: /etc/prow-config
name: prow-config
readOnly: true
volumes:
- name: kubeconfig
secret:
defaultMode: 420
secretName: kubeconfig
- name: prow-config
configMap:
name: config
| 22.756098
| 60
| 0.588424
|
3a865f1d8f7cea984032da2476ef94c9672b39a0
| 954
|
yaml
|
YAML
|
prow/cluster/pipeline_deployment.yaml
|
eytankidron/test-infra
|
b8f3b1ff970447d4be415587f976de0bf882c90f
|
[
"Apache-2.0"
] | 1
|
2019-07-03T16:28:15.000Z
|
2019-07-03T16:28:15.000Z
|
prow/cluster/pipeline_deployment.yaml
|
bonomali/infra
|
b8f3b1ff970447d4be415587f976de0bf882c90f
|
[
"Apache-2.0"
] | null | null | null |
prow/cluster/pipeline_deployment.yaml
|
bonomali/infra
|
b8f3b1ff970447d4be415587f976de0bf882c90f
|
[
"Apache-2.0"
] | null | null | null |
kind: Deployment
apiVersion: apps/v1
metadata:
name: prow-pipeline
namespace: default
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app: prow-pipeline
template:
metadata:
labels:
app: prow-pipeline
spec:
containers:
- name: pipeline
image: gcr.io/k8s-prow/pipeline:v20190430-866dcd93f
args:
- --all-contexts
- --config=/etc/prow-config/config.yaml
- --build-cluster=/etc/build-cluster/cluster
volumeMounts:
- mountPath: /etc/build-cluster
name: build-cluster
readOnly: true
- mountPath: /etc/prow-config
name: prow-config
readOnly: true
volumes:
- name: build-cluster
secret:
defaultMode: 420
secretName: build-cluster
- name: prow-config
configMap:
name: config
| 23.268293
| 59
| 0.58805
|
5535233fb2e80ed12b85a05f675f9584894b12a2
| 877
|
yaml
|
YAML
|
upstream-community-operators/ensemble/0.1.0/resources.ensembleoss.io.crd.yaml
|
teseraio/community-operators
|
a399ff5ffa6aa984a7a95940a826732a4c68c637
|
[
"Apache-2.0"
] | null | null | null |
upstream-community-operators/ensemble/0.1.0/resources.ensembleoss.io.crd.yaml
|
teseraio/community-operators
|
a399ff5ffa6aa984a7a95940a826732a4c68c637
|
[
"Apache-2.0"
] | null | null | null |
upstream-community-operators/ensemble/0.1.0/resources.ensembleoss.io.crd.yaml
|
teseraio/community-operators
|
a399ff5ffa6aa984a7a95940a826732a4c68c637
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: resources.ensembleoss.io
spec:
group: ensembleoss.io
versions:
- name: v1
served: true
storage: true
schema:
openAPIV3Schema:
type: object
properties:
spec:
type: object
properties:
backend:
type: string
cluster:
type: string
resource:
type: string
params:
type: object
additionalProperties:
type: string
status:
type: object
properties:
observedGeneration:
type: integer
subresources:
status: {}
scope: Namespaced
names:
plural: resources
singular: resource
kind: Resource
| 21.925
| 37
| 0.510832
|
c5b93e7bc435c60d0d22fb5c8326c80a13705128
| 626
|
yaml
|
YAML
|
config-root/namespaces/jx-observability/grafana/grafana-svc.yaml
|
dockerpac/x3-cluster-lenscicd
|
893c894c79ea533382c695576a9a27b96d9da3c6
|
[
"Apache-2.0"
] | null | null | null |
config-root/namespaces/jx-observability/grafana/grafana-svc.yaml
|
dockerpac/x3-cluster-lenscicd
|
893c894c79ea533382c695576a9a27b96d9da3c6
|
[
"Apache-2.0"
] | 27
|
2021-11-14T21:19:56.000Z
|
2021-11-15T13:27:51.000Z
|
config-root/namespaces/jx-observability/grafana/grafana-svc.yaml
|
dockerpac/jx3-cluster-lenscicd
|
893c894c79ea533382c695576a9a27b96d9da3c6
|
[
"Apache-2.0"
] | 1
|
2022-03-23T04:21:27.000Z
|
2022-03-23T04:21:27.000Z
|
apiVersion: v1
kind: Service
metadata:
name: grafana
namespace: jx-observability
labels:
helm.sh/chart: grafana-6.17.4
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
app.kubernetes.io/version: "8.2.2"
app.kubernetes.io/managed-by: Helm
gitops.jenkins-x.io/pipeline: 'namespaces'
annotations:
meta.helm.sh/release-name: 'grafana'
spec:
type: ClusterIP
ports:
- name: service
port: 80
protocol: TCP
targetPort: 3000
selector:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
| 24.076923
| 46
| 0.698083
|
ecd77764a20fdaa1bb51a7c7dd62c71f6c03dbb9
| 3,749
|
yaml
|
YAML
|
manifests/kustomize/base/installs/generic/pipeline-install-config.yaml
|
MattRose153/pipelines
|
22c4c442f2d998a58e3132e9f1c06d206571e5d7
|
[
"Apache-2.0"
] | 1
|
2020-12-13T23:08:21.000Z
|
2020-12-13T23:08:21.000Z
|
manifests/kustomize/base/installs/generic/pipeline-install-config.yaml
|
MattRose153/pipelines
|
22c4c442f2d998a58e3132e9f1c06d206571e5d7
|
[
"Apache-2.0"
] | null | null | null |
manifests/kustomize/base/installs/generic/pipeline-install-config.yaml
|
MattRose153/pipelines
|
22c4c442f2d998a58e3132e9f1c06d206571e5d7
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: v1
kind: ConfigMap
metadata:
name: pipeline-install-config
data:
warning: |
1. Do not use kubectl to edit this configmap, because some values are used
during kustomize build. Instead, change the configmap and apply the entire
kustomize manifests again.
2. After updating the configmap, some deployments may need to be restarted
until the changes take effect. A quick way to restart all deployments in a
namespace: `kubectl rollout restart deployment -n <your-namespace>`.
appName: pipeline
appVersion: 1.7.0-alpha.2
dbHost: mysql
dbPort: "3306"
mlmdDb: metadb
cacheDb: cachedb
pipelineDb: mlpipeline
bucketName: mlpipeline
defaultPipelineRoot: ""
autoUpdatePipelineDefaultVersion: "true"
cronScheduleTimezone: "UTC"
cacheImage: "gcr.io/google-containers/busybox"
cacheNodeRestrictions: "false"
ConMaxLifeTimeSec: "120"
| 49.986667
| 100
| 0.7498
|
7260ffff686aa03539a40594ff02730ac8ec3e17
| 1,140
|
yaml
|
YAML
|
Chapter04/4.1.2_Readiness/deploy.yaml
|
leeahnduk/kubernetes-for-developers
|
3da987b929ec33a709b0113e25d1fd83657407a2
|
[
"Apache-2.0"
] | 6
|
2021-02-11T06:07:04.000Z
|
2021-04-09T01:29:02.000Z
|
Chapter04/4.1.2_Readiness/deploy.yaml
|
WilliamDenniss/kubernetes-quickly
|
8bfa60932c4777815c2c6ae1a0c2378c40726b6c
|
[
"Apache-2.0"
] | null | null | null |
Chapter04/4.1.2_Readiness/deploy.yaml
|
WilliamDenniss/kubernetes-quickly
|
8bfa60932c4777815c2c6ae1a0c2378c40726b6c
|
[
"Apache-2.0"
] | 4
|
2021-03-15T09:13:39.000Z
|
2021-09-06T07:32:12.000Z
|
apiVersion: apps/v1
kind: Deployment
metadata:
name: pluscode
spec:
replicas: 3
selector:
matchLabels:
app: pluscode
template:
metadata:
labels:
app: pluscode
spec:
containers:
- name: pluscode-container
image: wdenniss/pluscode-demo:latest
readinessProbe:
initialDelaySeconds: 15
periodSeconds: 30
httpGet:
path: /
port: 80
scheme: HTTP
timeoutSeconds: 2
failureThreshold: 1
successThreshold: 1
| 26.511628
| 74
| 0.664035
|
f7388e77072e7cb27a61726898bda2c7a6978380
| 695
|
yaml
|
YAML
|
clusters/app.ci/job-trigger-controller-manager/job-trigger-controller-manager_deploy.yaml
|
michaellevy101/release
|
22736112ba373d4dea15b07d44b39c3a77186c17
|
[
"Apache-2.0"
] | null | null | null |
clusters/app.ci/job-trigger-controller-manager/job-trigger-controller-manager_deploy.yaml
|
michaellevy101/release
|
22736112ba373d4dea15b07d44b39c3a77186c17
|
[
"Apache-2.0"
] | null | null | null |
clusters/app.ci/job-trigger-controller-manager/job-trigger-controller-manager_deploy.yaml
|
michaellevy101/release
|
22736112ba373d4dea15b07d44b39c3a77186c17
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: ci
name: job-trigger-controller-manager
labels:
app: prow
component: job-trigger-controller-manager
spec:
replicas: 1
selector:
matchLabels:
app: prow
component: job-trigger-controller-manager
template:
metadata:
labels:
app: prow
component: job-trigger-controller-manager
spec:
serviceAccount: job-trigger-controller-manager
containers:
- image: job-trigger-controller-manager:latest
name: job-trigger-controller-manager
command:
- job-trigger-controller-manager
args:
- --dry-run=false
- --namespace=ci
| 23.166667
| 52
| 0.651799
|
241b30eede987db94c997301cf1220a0c06561f9
| 560
|
yaml
|
YAML
|
namespaces/live-1.cloud-platform.service.justice.gov.uk/sentence-planning-preprod/00-namespace.yaml
|
martyn-w/cloud-platform-environments
|
784924e37ebb6e2c074f88bf8fbb4eb7bdf3d634
|
[
"MIT"
] | null | null | null |
namespaces/live-1.cloud-platform.service.justice.gov.uk/sentence-planning-preprod/00-namespace.yaml
|
martyn-w/cloud-platform-environments
|
784924e37ebb6e2c074f88bf8fbb4eb7bdf3d634
|
[
"MIT"
] | null | null | null |
namespaces/live-1.cloud-platform.service.justice.gov.uk/sentence-planning-preprod/00-namespace.yaml
|
martyn-w/cloud-platform-environments
|
784924e37ebb6e2c074f88bf8fbb4eb7bdf3d634
|
[
"MIT"
] | null | null | null |
apiVersion: v1
kind: Namespace
metadata:
name: sentence-planning-preprod
labels:
cloud-platform.justice.gov.uk/is-production: "false"
cloud-platform.justice.gov.uk/environment-name: "preprod"
annotations:
cloud-platform.justice.gov.uk/business-unit: "HMPPS"
cloud-platform.justice.gov.uk/application: "sentence-planning"
cloud-platform.justice.gov.uk/owner: "Sentence Planning Team: [email protected]"
cloud-platform.justice.gov.uk/source-code: "https://github.com/ministryofjustice/sentence-planning.git"
| 43.076923
| 108
| 0.767857
|
7e696be45e8a5948fa5dc1dfa74f39ea5ea8016d
| 735
|
yaml
|
YAML
|
deployments/deployment.yaml
|
pchico83/k8-for-devs
|
1f0b00ee8adc619a6b5848594546582731529fae
|
[
"Apache-2.0"
] | 11
|
2019-05-16T10:16:41.000Z
|
2021-11-06T17:11:25.000Z
|
deployments/deployment.yaml
|
pchico83/k8-for-devs
|
1f0b00ee8adc619a6b5848594546582731529fae
|
[
"Apache-2.0"
] | null | null | null |
deployments/deployment.yaml
|
pchico83/k8-for-devs
|
1f0b00ee8adc619a6b5848594546582731529fae
|
[
"Apache-2.0"
] | 16
|
2019-05-04T12:41:35.000Z
|
2021-11-07T21:48:24.000Z
|
apiVersion: apps/v1
kind: Deployment
metadata:
name: deployment
labels:
app: nginx
spec:
replicas: 3
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
volumes:
- name: shared-data
emptyDir: {}
containers:
- name: nginx
image: nginx:1.7.9
ports:
- containerPort: 80
volumeMounts:
- name: shared-data
mountPath: /usr/share/nginx/html
- name: content
image: alpine
volumeMounts:
- name: shared-data
mountPath: /pod-data
command: ["/bin/sh"]
args: ["-c", "echo Hola Openwebinars! > /pod-data/index.html && tail -f /dev/null"]
| 21
| 91
| 0.546939
|
196d9531f8f2225797481a5da61a296e5159c3d5
| 862
|
yaml
|
YAML
|
environments/kubernetes/manifests/thanos-querier-deployment.yaml
|
squat/configuration
|
c8b97877e75b5bda3eb7c3f24d0c0ccb962a9853
|
[
"Apache-2.0"
] | null | null | null |
environments/kubernetes/manifests/thanos-querier-deployment.yaml
|
squat/configuration
|
c8b97877e75b5bda3eb7c3f24d0c0ccb962a9853
|
[
"Apache-2.0"
] | null | null | null |
environments/kubernetes/manifests/thanos-querier-deployment.yaml
|
squat/configuration
|
c8b97877e75b5bda3eb7c3f24d0c0ccb962a9853
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app.kubernetes.io/name: thanos-querier
name: thanos-querier
namespace: observatorium
spec:
replicas: 3
selector:
matchLabels:
app.kubernetes.io/name: thanos-querier
template:
metadata:
labels:
app.kubernetes.io/name: thanos-querier
spec:
containers:
- args:
- query
- --query.replica-label=replica
- --grpc-address=0.0.0.0:10901
- --http-address=0.0.0.0:9090
- --store=dnssrv+_grpc._tcp.thanos-store.observatorium.svc.cluster.local
- --store=dnssrv+_grpc._tcp.thanos-receive.observatorium.svc.cluster.local
image: improbable/thanos:v0.6.0-rc.0
name: thanos-querier
ports:
- containerPort: 10901
name: grpc
- containerPort: 9090
name: http
| 26.121212
| 82
| 0.62645
|
5e7e8a7c20be3708b143c4f5547b10a6069d18fa
| 550
|
yaml
|
YAML
|
catalogue-manifest/catalogue-deployment.yaml
|
prashant7july/cloud-agnostic-microservice-gist
|
706bd3ef42a3da5f701ba91b52da41585581a88b
|
[
"Apache-2.0"
] | null | null | null |
catalogue-manifest/catalogue-deployment.yaml
|
prashant7july/cloud-agnostic-microservice-gist
|
706bd3ef42a3da5f701ba91b52da41585581a88b
|
[
"Apache-2.0"
] | null | null | null |
catalogue-manifest/catalogue-deployment.yaml
|
prashant7july/cloud-agnostic-microservice-gist
|
706bd3ef42a3da5f701ba91b52da41585581a88b
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: apps/v1
kind: Deployment
metadata:
name: catalogue
labels:
service: catalogue
spec:
replicas: 1
selector:
matchLabels:
service: catalogue
template:
metadata:
labels:
service: catalogue
spec:
containers:
- name: catalogue
image: rs-catalogue:0.0.1
ports:
- containerPort: 8080
resources:
limits:
cpu: 200m
memory: 100Mi
requests:
cpu: 100m
memory: 50Mi
restartPolicy: Always
| 18.333333
| 33
| 0.552727
|
935b9b5a9020cf0c42339ae8d91064983e6c0a05
| 670
|
yml
|
YAML
|
k8s/reserve-service-secret.yml
|
lucasmezuraro/event-driven-vehicle-rent-application
|
536a4752114a6e3fac099b227ddb1f7415605388
|
[
"MIT"
] | null | null | null |
k8s/reserve-service-secret.yml
|
lucasmezuraro/event-driven-vehicle-rent-application
|
536a4752114a6e3fac099b227ddb1f7415605388
|
[
"MIT"
] | null | null | null |
k8s/reserve-service-secret.yml
|
lucasmezuraro/event-driven-vehicle-rent-application
|
536a4752114a6e3fac099b227ddb1f7415605388
|
[
"MIT"
] | null | null | null |
apiVersion: v1
kind: Secret
metadata:
name: reserve-service-secret
type: Opaque
stringData:
SPRING_DATASOURCE_URL: 'jdbc:postgresql://database-reserve-service:5442/rentacar_reserve_service'
spring.datasource.url: "jdbc:postgresql://database-reserve-service:30036/rentacar_reserve_service"
spring.datasource.driver: "org.postgresql.Driver"
spring.datasource.username: "spring"
spring.datasource.password: "1234"
spring.datasource.tomcat.validation-query: "SELECT 1"
spring.jpa.database-platform: "org.hibernate.dialect.PostgreSQLDialect"
spring.jpa.hibernate.ddl-auto: "update"
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation: "true"
| 44.666667
| 100
| 0.80597
|
0b7e52d00fa49f83de85910dc580c919fbac9667
| 641
|
yaml
|
YAML
|
chapter6/kasten/myapp.yaml
|
RoboLee/k8sdevopscookbook
|
f8c86a6d2bbb079ac782f6f4bd73b78e04cee7ba
|
[
"Apache-2.0"
] | 21
|
2020-03-15T09:31:56.000Z
|
2021-10-04T17:56:50.000Z
|
Chapter06/kasten/myapp.yaml
|
lineuve/Kubernetes-A-Complete-DevOps-Cookbook
|
e28feb8f3242663a855ded75cec5233458308261
|
[
"MIT"
] | null | null | null |
Chapter06/kasten/myapp.yaml
|
lineuve/Kubernetes-A-Complete-DevOps-Cookbook
|
e28feb8f3242663a855ded75cec5233458308261
|
[
"MIT"
] | 33
|
2020-03-15T23:29:35.000Z
|
2022-03-20T08:34:45.000Z
|
apiVersion: v1
kind: Pod
metadata:
name: myapp
namespace: backup-example
labels:
app: app2backup
spec:
containers:
- name: app
image: centos
command: ["/bin/sh"]
args: ["-c", "while true; do echo $(date -u) >> /data/out.txt; sleep 5; done"]
volumeMounts:
- name: persistent-storage
mountPath: /data
- name: kanister-sidecar
image: kanisterio/kanister-tools:0.20.0
command: ["bash", "-c"]
args:
- "tail -f /dev/null"
volumeMounts:
- name: persistent-storage
mountPath: /data
volumes:
- name: persistent-storage
persistentVolumeClaim:
claimName: pvc2backup
| 22.103448
| 82
| 0.631825
|
2af0123c0b3adad58b14c5fd79dc6636078bee18
| 676
|
yaml
|
YAML
|
core/kubernetes/main/openhim/openhim-console-deployment.yaml
|
santedb/instant
|
d3517a71b6c970b887d6815562bd241b56a837f6
|
[
"Apache-2.0"
] | null | null | null |
core/kubernetes/main/openhim/openhim-console-deployment.yaml
|
santedb/instant
|
d3517a71b6c970b887d6815562bd241b56a837f6
|
[
"Apache-2.0"
] | null | null | null |
core/kubernetes/main/openhim/openhim-console-deployment.yaml
|
santedb/instant
|
d3517a71b6c970b887d6815562bd241b56a837f6
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: apps/v1
kind: Deployment
metadata:
name: openhim-console-deployment
labels:
package: core
spec:
replicas: 2
selector:
matchLabels:
component: openhim-console
template:
metadata:
labels:
component: openhim-console
spec:
containers:
- name: openhim-console
image: jembi/openhim-console:1.13
ports:
- containerPort: 80
volumeMounts:
- name: core-openhim-console-volume
mountPath: /usr/share/nginx/html/config/
volumes:
- name: core-openhim-console-volume
configMap:
name: core-openhim-console-configmap
| 23.310345
| 54
| 0.60503
|
88830b7b4dc44428f3cef76ce5aa0969177f1a84
| 543
|
yml
|
YAML
|
k8s-demo/demo.yml
|
sylesh687/devops4u
|
beb064f2d23f01cfb40e32f5cc9866edaa7cdf29
|
[
"MIT"
] | null | null | null |
k8s-demo/demo.yml
|
sylesh687/devops4u
|
beb064f2d23f01cfb40e32f5cc9866edaa7cdf29
|
[
"MIT"
] | null | null | null |
k8s-demo/demo.yml
|
sylesh687/devops4u
|
beb064f2d23f01cfb40e32f5cc9866edaa7cdf29
|
[
"MIT"
] | 4
|
2020-06-11T06:12:46.000Z
|
2021-11-12T09:40:44.000Z
|
apiVersion: v1
kind: Namespace
metadata:
name: k8s-demo
apiVersion: v1
kind: Pod
metadata:
name: fibo
namespace: k8s-demo
labels:
app: fibo
spec:
containers:
- name: fibo
image: sumitsaiwal/fibonacci_flask
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: fibo
namespace: k8s-demo
spec:
replicas: 2
selector:
matchLabels:
app: fibo
template:
metadata:
name: fibo
labels:
app: fibo
spec:
containers:
- name: fibo
image: sumitsaiwal/fibonacci_flask
| 13.575
| 42
| 0.64825
|
4696859d97e3d98188ede821e5534729ed13f156
| 607
|
yml
|
YAML
|
manifests/service/classic/classic-besu-service.yml
|
ethereum-classic-cooperative/kubernetes-cluster
|
abc69d9633f70463275133a7bab2fa33557383a6
|
[
"Apache-2.0"
] | 21
|
2019-10-20T22:58:01.000Z
|
2021-04-27T18:09:29.000Z
|
manifests/service/classic/classic-besu-service.yml
|
ethereum-classic-cooperative/kubernetes-cluster
|
abc69d9633f70463275133a7bab2fa33557383a6
|
[
"Apache-2.0"
] | 4
|
2019-12-23T18:11:12.000Z
|
2020-09-28T08:46:39.000Z
|
manifests/service/classic/classic-besu-service.yml
|
ethereum-classic-cooperative/kubernetes-cluster
|
abc69d9633f70463275133a7bab2fa33557383a6
|
[
"Apache-2.0"
] | 5
|
2019-07-01T19:20:05.000Z
|
2019-10-07T19:35:57.000Z
|
apiVersion: v1
kind: Service
metadata:
labels:
app: classic-besu
name: classic-besu
namespace: ethercluster
annotations:
cloud.google.com/app-protocols: '{"my-https-port":"HTTPS","my-http-port":"HTTP"}'
spec:
selector:
app: classic-besu
ports:
- name: default
protocol: TCP
port: 80
targetPort: 80
- name: rpc-endpoint
port: 8545
protocol: TCP
targetPort: 8545
- name: ws-endpoint
port: 8546
protocol: TCP
targetPort: 8546
- name: https
port: 443
protocol: TCP
targetPort: 443
type: LoadBalancer
sessionAffinity: ClientIP
| 18.96875
| 85
| 0.657331
|
7f7c7f3ec0ef25da1e9303f1c595060c98dbc81f
| 820
|
yaml
|
YAML
|
upstream-community-operators/flux/0.5.3/manifests/crd-controller-flux-system.clusterrolebinding.yaml
|
frant-hartm/community-operators
|
51339e1aa96d195f7649855a30564726c5cea2f7
|
[
"Apache-2.0"
] | 1
|
2021-04-29T14:51:37.000Z
|
2021-04-29T14:51:37.000Z
|
upstream-community-operators/flux/0.5.3/manifests/crd-controller-flux-system.clusterrolebinding.yaml
|
frant-hartm/community-operators
|
51339e1aa96d195f7649855a30564726c5cea2f7
|
[
"Apache-2.0"
] | null | null | null |
upstream-community-operators/flux/0.5.3/manifests/crd-controller-flux-system.clusterrolebinding.yaml
|
frant-hartm/community-operators
|
51339e1aa96d195f7649855a30564726c5cea2f7
|
[
"Apache-2.0"
] | 2
|
2021-06-05T03:37:23.000Z
|
2021-07-06T09:00:48.000Z
|
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
app.kubernetes.io/instance: flux-system
app.kubernetes.io/version: 0.5.3
name: crd-controller-flux-system
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: crd-controller-flux-system
subjects:
- kind: ServiceAccount
name: kustomize-controller
namespace: flux-system
- kind: ServiceAccount
name: helm-controller
namespace: flux-system
- kind: ServiceAccount
name: source-controller
namespace: flux-system
- kind: ServiceAccount
name: notification-controller
namespace: flux-system
- kind: ServiceAccount
name: image-reflector-controller
namespace: flux-system
- kind: ServiceAccount
name: image-automation-controller
namespace: flux-system
| 26.451613
| 43
| 0.741463
|
ce2293478f831a8e4f7f7fb233e9ebfa3eb2a5df
| 651
|
yml
|
YAML
|
extras/statping/deployment.yml
|
jdowers20/manifests
|
c7e1bb349aedf6d793bdd5aad0178688673ce419
|
[
"MIT"
] | 51
|
2017-04-18T21:30:47.000Z
|
2021-09-28T13:28:37.000Z
|
extras/statping/deployment.yml
|
jdowers20/manifests
|
c7e1bb349aedf6d793bdd5aad0178688673ce419
|
[
"MIT"
] | 7
|
2017-09-19T13:38:07.000Z
|
2020-07-21T06:46:10.000Z
|
extras/statping/deployment.yml
|
jdowers20/manifests
|
c7e1bb349aedf6d793bdd5aad0178688673ce419
|
[
"MIT"
] | 41
|
2017-05-20T20:37:45.000Z
|
2022-02-07T19:28:27.000Z
|
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: statping
name: statping
spec:
replicas: 1
selector:
matchLabels:
app: statping
template:
metadata:
labels:
app: statping
spec:
containers:
- name: statping
image: statping/statping:latest
imagePullPolicy: Always
ports:
- containerPort: 8080
volumeMounts:
- name: data
mountPath: /app
env:
- name: DB_CONN
value: sqlite
volumes:
- name: data
persistentVolumeClaim:
claimName: statping-persistent-storage
| 19.727273
| 50
| 0.562212
|
9b28561883c085715f99a886ae73c88428bbdf42
| 868
|
yml
|
YAML
|
scripts/installer-for-ibm-storage-enabler-for-containers/yamls/ubiquity-k8s-provisioner-clusterroles.yml
|
Bhaskers-Blu-Org1/ubiquity-k8s
|
42562dee1c0d4f16f50ee4622cd0a2e2dc628b98
|
[
"Apache-2.0"
] | 42
|
2017-04-01T00:38:36.000Z
|
2021-03-17T16:17:13.000Z
|
scripts/installer-for-ibm-storage-enabler-for-containers/yamls/ubiquity-k8s-provisioner-clusterroles.yml
|
Bhaskers-Blu-Org1/ubiquity-k8s
|
42562dee1c0d4f16f50ee4622cd0a2e2dc628b98
|
[
"Apache-2.0"
] | 177
|
2017-05-03T23:22:44.000Z
|
2021-03-24T03:34:47.000Z
|
scripts/installer-for-ibm-storage-enabler-for-containers/yamls/ubiquity-k8s-provisioner-clusterroles.yml
|
IBM/ubiquity-k8s
|
42562dee1c0d4f16f50ee4622cd0a2e2dc628b98
|
[
"Apache-2.0"
] | 23
|
2017-04-06T16:06:55.000Z
|
2020-06-29T13:43:36.000Z
|
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: ubiquity-k8s-provisioner
labels:
product: ibm-storage-enabler-for-containers
rules:
- apiGroups: [""]
resources: ["persistentvolumes"]
verbs: ["get", "list", "watch", "create", "delete"]
- apiGroups: [""]
resources: ["persistentvolumeclaims"]
verbs: ["get", "list", "watch", "update"]
- apiGroups: ["storage.k8s.io"]
resources: ["storageclasses"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["events"]
verbs: ["watch", "create", "list", "update", "patch"]
| 32.148148
| 74
| 0.663594
|
39eafea3480b4063983c5690869b7174602a8beb
| 724
|
yaml
|
YAML
|
k8s_files/autoseguro/prod/autoseguro-dply.yaml
|
felipemunozri/autotest
|
40bf43b5bf93a3bf8a836d26a88e5c5534cab091
|
[
"MIT"
] | null | null | null |
k8s_files/autoseguro/prod/autoseguro-dply.yaml
|
felipemunozri/autotest
|
40bf43b5bf93a3bf8a836d26a88e5c5534cab091
|
[
"MIT"
] | null | null | null |
k8s_files/autoseguro/prod/autoseguro-dply.yaml
|
felipemunozri/autotest
|
40bf43b5bf93a3bf8a836d26a88e5c5534cab091
|
[
"MIT"
] | null | null | null |
apiVersion: apps/v1
kind: Deployment
metadata:
name: autoseguro-dply-prod
namespace: test-namespace
labels:
app: autoseguro
spec:
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
maxSurge: 1
selector:
matchLabels:
app: autoseguro
template:
metadata:
labels:
app: autoseguro
spec:
containers:
- name: autoseguro
image: felipemunozri/autotest:$BUILD_NUMBER
imagePullPolicy: Always
resources:
requests:
cpu: 100m
memory: 200Mi
limits:
cpu: 100m
memory: 250Mi
ports:
- containerPort: 80
| 20.685714
| 53
| 0.564917
|
af9a93488a6c1ea64cc60d85fe7e22c4db7e4552
| 622
|
yaml
|
YAML
|
k8s/helm/manifests/redis-ha/templates/tests/test-redis-ha-configmap.yaml
|
ignitialio/chaman
|
c1c388ff5ad72cf82f8a4da7c4e6e621301d2854
|
[
"MIT"
] | null | null | null |
k8s/helm/manifests/redis-ha/templates/tests/test-redis-ha-configmap.yaml
|
ignitialio/chaman
|
c1c388ff5ad72cf82f8a4da7c4e6e621301d2854
|
[
"MIT"
] | null | null | null |
k8s/helm/manifests/redis-ha/templates/tests/test-redis-ha-configmap.yaml
|
ignitialio/chaman
|
c1c388ff5ad72cf82f8a4da7c4e6e621301d2854
|
[
"MIT"
] | null | null | null |
---
apiVersion: v1
kind: Pod
metadata:
name: chaman-redis-ha-configmap-test
labels:
app: redis-ha
heritage: "Tiller"
release: "chaman"
chart: redis-ha-3.7.1
annotations:
"helm.sh/hook": test-success
spec:
containers:
- name: check-init
image: koalaman/shellcheck:v0.5.0
args:
- --shell=sh
- /readonly-config/init.sh
volumeMounts:
- name: config
mountPath: /readonly-config
readOnly: true
volumes:
- name: config
configMap:
name: chaman-redis-ha-configmap
restartPolicy: Never
| 20.733333
| 63
| 0.659164
|
7a602707f426fd16a4564832336bae7f6c50d9ff
| 728
|
yaml
|
YAML
|
helm/templates/minio-deployment.yaml
|
khalilj/awsome-app
|
dc528eee0ab56332e8751dff026d2c255bbec0e6
|
[
"MIT"
] | null | null | null |
helm/templates/minio-deployment.yaml
|
khalilj/awsome-app
|
dc528eee0ab56332e8751dff026d2c255bbec0e6
|
[
"MIT"
] | 3
|
2020-07-21T10:58:21.000Z
|
2022-01-15T02:33:49.000Z
|
helm/templates/minio-deployment.yaml
|
khalilj/awsome-app
|
dc528eee0ab56332e8751dff026d2c255bbec0e6
|
[
"MIT"
] | null | null | null |
apiVersion: apps/v1
kind: Deployment
metadata:
name: minio
spec:
selector:
matchLabels:
app: minio
template:
metadata:
labels:
app: minio
spec:
containers:
- name: minio
image: minio/minio:RELEASE.2020-03-14T02-21-58Z
args:
- server
- /storage
env:
- name: MINIO_ACCESS_KEY
value: mykey
- name: MINIO_SECRET_KEY
value: mysecret
ports:
- containerPort: 9000
volumeMounts:
- name: storage
mountPath: /storage
volumes:
- name: storage
persistentVolumeClaim:
claimName: minio-pvc
| 21.411765
| 57
| 0.506868
|
4742f4c832ab00d46bc9cf712298a2cbc810e2da
| 900
|
yml
|
YAML
|
example/mysql_deployment.yml
|
tomaer/Kubernetes
|
84ac5da783dfaf98e6fbc9c324bb323d9697e275
|
[
"Apache-2.0"
] | null | null | null |
example/mysql_deployment.yml
|
tomaer/Kubernetes
|
84ac5da783dfaf98e6fbc9c324bb323d9697e275
|
[
"Apache-2.0"
] | null | null | null |
example/mysql_deployment.yml
|
tomaer/Kubernetes
|
84ac5da783dfaf98e6fbc9c324bb323d9697e275
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: apps/v1
kind: Deployment
metadata:
name: mysql
namespace: test
spec:
selector:
matchLabels:
app: mysql
strategy:
type: Recreate
template:
metadata:
labels:
app: mysql
spec:
containers:
- image: mysql:5.7.18
name: mysql
args: ["--character-set-server=utf8mb4", "--collation-server=utf8mb4_general_ci", "--explicit_defaults_for_timestamp=1","--max_connections=1000","--skip-name-resolve"]
env:
- name: MYSQL_ROOT_PASSWORD
value: password
- name: TZ
value: Asia/Shanghai
ports:
- containerPort: 3306
name: mysql
volumeMounts:
- name: mysql-data-persistent-storage
mountPath: /var/lib/mysql
volumes:
- name: mysql-data-persistent-storage
persistentVolumeClaim:
claimName: mysql-data-pv-claim
| 25
| 175
| 0.604444
|
cf31a9e484f399257409277dd67bb2824e912508
| 630
|
yaml
|
YAML
|
manifests/external-names/mediastack/transmission.yaml
|
TobiasDeBruijn/HomelabKubernetes
|
9f80c9ac7a7b6f4af3032b60914025202cee3561
|
[
"MIT"
] | null | null | null |
manifests/external-names/mediastack/transmission.yaml
|
TobiasDeBruijn/HomelabKubernetes
|
9f80c9ac7a7b6f4af3032b60914025202cee3561
|
[
"MIT"
] | null | null | null |
manifests/external-names/mediastack/transmission.yaml
|
TobiasDeBruijn/HomelabKubernetes
|
9f80c9ac7a7b6f4af3032b60914025202cee3561
|
[
"MIT"
] | null | null | null |
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: mediastack-transmission
namespace: external-names
annotations:
kubernetes.io/ingress.class: "nginx"
cert-manager.io/cluster-issuer: "letsencrypt-array21"
nginx.ingress.kubernetes.io/whitelist-source-range: 10.10.0.0/16
spec:
tls:
- secretName: transmission-apps-array21-dev
hosts:
- transmission.apps.array21.dev
rules:
- host: transmission.apps.array21.dev
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: mediastack
port:
number: 9091
| 24.230769
| 68
| 0.647619
|
3402a0d4db7d3e2255a0b7640eba5499c4fd3d79
| 654
|
yaml
|
YAML
|
benchmarks/IO/NFS/job.yaml
|
lzmchina/OnceML
|
f30d9037d2e492d8d45b858f2be3b27fc5258356
|
[
"MIT"
] | 1
|
2022-01-01T07:15:03.000Z
|
2022-01-01T07:15:03.000Z
|
benchmarks/IO/NFS/job.yaml
|
lzmchina/OnceML
|
f30d9037d2e492d8d45b858f2be3b27fc5258356
|
[
"MIT"
] | null | null | null |
benchmarks/IO/NFS/job.yaml
|
lzmchina/OnceML
|
f30d9037d2e492d8d45b858f2be3b27fc5258356
|
[
"MIT"
] | null | null | null |
apiVersion: batch/v1
kind: Job
metadata:
name: singlenodenfs
namespace: default
spec:
backoffLimit: 1
template:
spec:
nodeName: n168.njuics.cn
restartPolicy: Never
containers:
- name: singlenode
image: registry.cn-hangzhou.aliyuncs.com/liziming/oncemlio
workingDir: /kaggle/input/bengaliai-cv19/
command:
- "python"
- "singleNode.py"
volumeMounts:
- name: nfscodes
mountPath: /kaggle/input/bengaliai-cv19/
volumes:
- name: nfscodes
persistentVolumeClaim:
claimName: nfstest
| 24.222222
| 68
| 0.577982
|
bdce3556a8fa7986c13951f699163c2caa5128d2
| 610
|
yaml
|
YAML
|
env.old/example-credentials/env/base/kafka-topics-configmap.yaml
|
jbcodeforce/refarch-kc-gitops
|
1af6addd4b9ea46a5901386081b4a3d2b5489d58
|
[
"IBM-pibs"
] | 1
|
2022-02-19T00:51:35.000Z
|
2022-02-19T00:51:35.000Z
|
env.old/example-credentials/env/base/kafka-topics-configmap.yaml
|
jbcodeforce/refarch-kc-gitops
|
1af6addd4b9ea46a5901386081b4a3d2b5489d58
|
[
"IBM-pibs"
] | 7
|
2019-11-12T12:10:34.000Z
|
2020-08-26T11:21:58.000Z
|
env.old/example-credentials/env/base/kafka-topics-configmap.yaml
|
jbcodeforce/refarch-kc-gitops
|
1af6addd4b9ea46a5901386081b4a3d2b5489d58
|
[
"IBM-pibs"
] | 11
|
2020-04-08T09:50:19.000Z
|
2021-09-10T19:26:36.000Z
|
apiVersion: v1
kind: ConfigMap
metadata:
name: kafka-topics
data:
bluewaterContainerTopic: eda-integration-bluewaterContainer
bluewaterProblemTopic: eda-integration-bluewaterProblem
bluewaterShipTopic: eda-integration-bluewaterShip
containersTopic: eda-integration-containers
containerAnomalyRetryTopic: eda-integration-container-anomaly-retry
containerAnomalyDeadTopic: eda-integration-container-anomaly-dead
errorsTopic: eda-integration-errors
orderCommandsTopic: eda-integration-order-commands
ordersTopic: eda-integration-orders
reeferTelemetryTopic: eda-integration-reefer-telemetry
| 38.125
| 69
| 0.84918
|
4011527bd696f378f91a5a1395108c6fa4e31d48
| 605
|
yaml
|
YAML
|
templates/deployment.yaml
|
nvanlaerebeke/helm-kickstart
|
b8395b807dcc37a66e433f040b599680b0556d0f
|
[
"MIT"
] | null | null | null |
templates/deployment.yaml
|
nvanlaerebeke/helm-kickstart
|
b8395b807dcc37a66e433f040b599680b0556d0f
|
[
"MIT"
] | null | null | null |
templates/deployment.yaml
|
nvanlaerebeke/helm-kickstart
|
b8395b807dcc37a66e433f040b599680b0556d0f
|
[
"MIT"
] | null | null | null |
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: kickstart-www
name: kickstart-www
spec:
replicas: 1
selector:
matchLabels:
app: kickstart-www
template:
metadata:
labels:
app: kickstart-www
spec:
containers:
- image: registry.crazyzone.be/kickstart:latest
name: kickstart-www
ports:
- containerPort: 80
name: kickstart-www
readinessProbe:
httpGet:
scheme: HTTP
path: /
port: 80
initialDelaySeconds: 10
periodSeconds: 5
| 20.862069
| 53
| 0.561983
|
3c6dae024be1dabe2cdd62040117e31712e07d51
| 533
|
yaml
|
YAML
|
bible/dockerDeployment.yaml
|
paraspatidar/OpenSource
|
e06a94bc768c11ea7d42cf6242ecb594610cd6c0
|
[
"MIT"
] | null | null | null |
bible/dockerDeployment.yaml
|
paraspatidar/OpenSource
|
e06a94bc768c11ea7d42cf6242ecb594610cd6c0
|
[
"MIT"
] | null | null | null |
bible/dockerDeployment.yaml
|
paraspatidar/OpenSource
|
e06a94bc768c11ea7d42cf6242ecb594610cd6c0
|
[
"MIT"
] | null | null | null |
apiVersion: apps/v1 # for versions before 1.9.0 use apps/v1beta2
kind: Deployment
metadata:
name: netcore-deployment-debug
spec:
selector:
matchLabels:
app: netcoredockerwebapp-debug
replicas: 1 # tells deployment to run 2 pods matching the template
template:
metadata:
labels:
app: netcoredockerwebapp-debug
spec:
containers:
- name: netcoredockerwebapp-debug
image: paraspatidardocker/netcoredockerwebapp-debug
ports:
- containerPort: 80
| 28.052632
| 69
| 0.673546
|
0a322995ee627214c622ea1ae718b5344873720e
| 677
|
yaml
|
YAML
|
sandbox/k8s/dframe/overlays/rbacless/job.yaml
|
Cysharp/DFrame
|
4986707a8a0cb3eb02ec707a3a043c48e21e6499
|
[
"MIT"
] | 90
|
2020-07-22T08:59:30.000Z
|
2022-03-31T08:14:11.000Z
|
sandbox/k8s/dframe/overlays/rbacless/job.yaml
|
Cysharp/DFrame
|
4986707a8a0cb3eb02ec707a3a043c48e21e6499
|
[
"MIT"
] | 16
|
2020-08-12T05:28:58.000Z
|
2022-03-25T13:52:18.000Z
|
sandbox/k8s/dframe/overlays/rbacless/job.yaml
|
Cysharp/DFrame
|
4986707a8a0cb3eb02ec707a3a043c48e21e6499
|
[
"MIT"
] | 7
|
2020-11-28T10:54:19.000Z
|
2022-03-23T08:54:07.000Z
|
apiVersion: batch/v1
kind: Job
metadata:
name: dframe-master
spec:
template:
spec:
imagePullSecrets:
- name: aws-registry
containers:
- name: dframe-master
env:
- name: DFRAME_MASTER_HOST
value: "dframe-master.dframe.svc.cluster.local"
- name: DFRAME_WORKER_IMAGE_NAME
value: 431046970529.dkr.ecr.ap-northeast-1.amazonaws.com/dframe-k8s
- name: DFRAME_WORKER_IMAGE_TAG
value: "0.1.0"
- name: DFRAME_WORKER_IMAGE_PULL_SECRET
value: "aws-registry"
- name: DFRAME_WORKER_IMAGE_PULL_POLICY
value: "Never"
| 29.434783
| 81
| 0.589365
|
bb13043aea480366c28c6485a63724248ae8b766
| 933
|
yaml
|
YAML
|
yaml-examples/smokeping/smokeping-deployment.yaml
|
a10kiloham/firework8s
|
f8f9a98cce9fe160ffa8738ba63e66a2dd3580fa
|
[
"MIT"
] | 20
|
2020-10-21T04:20:19.000Z
|
2020-11-04T14:55:23.000Z
|
yaml-examples/smokeping/smokeping-deployment.yaml
|
a10kiloham/firework8s
|
f8f9a98cce9fe160ffa8738ba63e66a2dd3580fa
|
[
"MIT"
] | 6
|
2020-11-10T20:22:34.000Z
|
2022-01-25T08:59:01.000Z
|
yaml-examples/smokeping/smokeping-deployment.yaml
|
a10kiloham/firework8s
|
f8f9a98cce9fe160ffa8738ba63e66a2dd3580fa
|
[
"MIT"
] | 4
|
2020-11-25T14:34:03.000Z
|
2022-02-15T04:12:22.000Z
|
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: smokeping
labels:
app: smokeping
spec:
strategy:
type: Recreate
replicas: 1
selector:
matchLabels:
app: smokeping
template:
metadata:
labels:
app: smokeping
spec:
containers:
- name: smokeping
image: linuxserver/smokeping
imagePullPolicy: Always
ports:
- containerPort: 80
volumeMounts:
- mountPath: "/config"
name: config
- mountPath: "/data"
name: data
env:
- name: PUID
value: "1000"
- name: PGID
value: "1000"
- name: TZ
value: "America/New_York"
volumes:
- name: config
persistentVolumeClaim:
claimName: smokeping-config
- name: data
persistentVolumeClaim:
claimName: smokeping-data
| 20.733333
| 39
| 0.529475
|
067b01feaa8c0eef57f2ead7d432dbd76dde51a9
| 654
|
yaml
|
YAML
|
responder.yaml
|
jrrickard/slack-ooo-responder
|
404a2a29c132e0bb98ebd7d5268e63f04fb692af
|
[
"Apache-2.0"
] | null | null | null |
responder.yaml
|
jrrickard/slack-ooo-responder
|
404a2a29c132e0bb98ebd7d5268e63f04fb692af
|
[
"Apache-2.0"
] | null | null | null |
responder.yaml
|
jrrickard/slack-ooo-responder
|
404a2a29c132e0bb98ebd7d5268e63f04fb692af
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: v1
kind: Pod
metadata:
name: slack-responder
labels:
name: slack-responder
spec:
containers:
- name: slack-responder
volumeMounts:
- mountPath: /etc/localtime
name: localtime
- mountPath: /etc/timezone
name: timezone
image: gcr.io/jrrickard-178216/slack-responder:latest
env:
- name: SLACK_TOKEN
valueFrom:
secretKeyRef:
name: slack-token
key: token
args: ["-config", "INSERT_LINK_TO_FILE_HERE"
]
volumes:
- name: localtime
hostPath:
path: /etc/localtime
- name: timezone
hostPath:
path: /etc/timezone
| 20.4375
| 57
| 0.608563
|
6ff22d94da70a15b5ee7e5fdc028eb8106534181
| 1,250
|
yaml
|
YAML
|
apps/musicians/manifests/overlays/test/mysql-deployment.yaml
|
themanifold/k8s-config-connector
|
a0be18a917aabfb7c47821e18d4de11b86d27e94
|
[
"Apache-2.0"
] | 2
|
2019-08-07T00:18:56.000Z
|
2019-08-07T00:20:23.000Z
|
apps/musicians/manifests/overlays/test/mysql-deployment.yaml
|
themanifold/k8s-config-connector
|
a0be18a917aabfb7c47821e18d4de11b86d27e94
|
[
"Apache-2.0"
] | null | null | null |
apps/musicians/manifests/overlays/test/mysql-deployment.yaml
|
themanifold/k8s-config-connector
|
a0be18a917aabfb7c47821e18d4de11b86d27e94
|
[
"Apache-2.0"
] | 1
|
2019-09-30T16:04:55.000Z
|
2019-09-30T16:04:55.000Z
|
apiVersion: apps/v1
kind: Deployment
metadata:
name: mysql
spec:
replicas: 1
selector:
matchLabels:
svc: mysql
template:
metadata:
labels:
svc: mysql
spec:
containers:
- image: mysql:5.6
name: mysql
env:
- name: MYSQL_ROOT_PASSWORD
valueFrom:
secretKeyRef:
name: db-info
key: password
ports:
- containerPort: 3306
volumeMounts:
- name: mysql-persistent-storage
mountPath: /var/lib/mysql
volumes:
- name: mysql-persistent-storage
persistentVolumeClaim:
claimName: mysql-volumeclaim
| 27.173913
| 74
| 0.6544
|
251adb049d85de8dec86b7cedb6d413bb8e40474
| 574
|
yaml
|
YAML
|
config-root/namespaces/jx/jxboot-helmfile-resources/nexus-ingress.yaml
|
vnemane/jx3-azure-akv
|
8ad23140df9645a472c2fcd6127f62f4354cd21f
|
[
"Apache-2.0"
] | null | null | null |
config-root/namespaces/jx/jxboot-helmfile-resources/nexus-ingress.yaml
|
vnemane/jx3-azure-akv
|
8ad23140df9645a472c2fcd6127f62f4354cd21f
|
[
"Apache-2.0"
] | null | null | null |
config-root/namespaces/jx/jxboot-helmfile-resources/nexus-ingress.yaml
|
vnemane/jx3-azure-akv
|
8ad23140df9645a472c2fcd6127f62f4354cd21f
|
[
"Apache-2.0"
] | null | null | null |
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: nginx
meta.helm.sh/release-name: 'jxboot-helmfile-resources'
name: nexus
namespace: jx
labels:
gitops.jenkins-x.io/pipeline: 'namespaces'
spec:
rules:
- http:
paths:
- pathType: ImplementationSpecific
backend:
service:
name: nexus
port:
number: 80
host: nexus-jx.20.211.56.119.nip.io
| 24.956522
| 64
| 0.61324
|
bc8263530420e37327a8b7fc72695fbbb20ef61a
| 870
|
yaml
|
YAML
|
hack/k8s/service-exporter/deployment.yaml
|
mastermind88/rospo
|
d39a2aecdf389ed0e7bda32cd6f21816874e69fd
|
[
"MIT"
] | null | null | null |
hack/k8s/service-exporter/deployment.yaml
|
mastermind88/rospo
|
d39a2aecdf389ed0e7bda32cd6f21816874e69fd
|
[
"MIT"
] | null | null | null |
hack/k8s/service-exporter/deployment.yaml
|
mastermind88/rospo
|
d39a2aecdf389ed0e7bda32cd6f21816874e69fd
|
[
"MIT"
] | null | null | null |
apiVersion: apps/v1
kind: Deployment
metadata:
name: rospo
labels:
app: rospo
spec:
replicas: 1
selector:
matchLabels:
app: rospo
template:
metadata:
labels:
app: rospo
spec:
containers:
- name: rospo
image: ghcr.io/ferama/rospo:main
command: ["rospo", "/etc/rospo/rospo.yaml"]
securityContext:
privileged: true
volumeMounts:
- name: config-volume
mountPath: /etc/rospo
- name: secret-volume
mountPath: /etc/rospo/secret
volumes:
- name: config-volume
configMap:
name: rospo-config
- name: secret-volume
secret:
secretName: rospo-secret
restartPolicy: Always
| 23.513514
| 82
| 0.563218
|
907974a1efe88bd276dbedc257f9bc40c8bea3a0
| 749
|
yaml
|
YAML
|
Kubernetes/app-prod-deployment.yaml
|
Fiser12/Skeleton-Docker-Microservices
|
274e186bf0661df73a4bfa6ec1df1f3f452f2457
|
[
"MIT"
] | 3
|
2019-01-02T07:50:29.000Z
|
2020-04-25T20:10:59.000Z
|
Kubernetes/app-prod-deployment.yaml
|
Fiser12/Base-Docker-Microservices
|
274e186bf0661df73a4bfa6ec1df1f3f452f2457
|
[
"MIT"
] | null | null | null |
Kubernetes/app-prod-deployment.yaml
|
Fiser12/Base-Docker-Microservices
|
274e186bf0661df73a4bfa6ec1df1f3f452f2457
|
[
"MIT"
] | 1
|
2018-11-23T11:07:53.000Z
|
2018-11-23T11:07:53.000Z
|
apiVersion: apps/v1
kind: Deployment
metadata:
name: app-prod
spec:
replicas: 1
selector:
matchLabels:
app: app-prod
template:
metadata:
labels:
app: app-prod
spec:
containers:
- env:
- name: APP_ENV
valueFrom:
configMapKeyRef:
key: APP_ENV
name: app-prod-env
image: fiser/base-docker-microservices:app-prod
ports:
- containerPort: 9000
name: app-prod
resources: {}
volumeMounts:
- mountPath: /app/App/var/logs
name: app-prod-claim1
restartPolicy: Always
volumes:
- name: app-prod-claim1
persistentVolumeClaim:
claimName: app-prod-claim1
| 22.029412
| 55
| 0.558077
|
e2183da9ea64ccd3db765b3ed2a80f66229216a4
| 617
|
yaml
|
YAML
|
various/samples/openarenadeploy-pod.yaml
|
nikhita/AzureGameServersScalingKubernetes
|
d1447d9e026c29c26b3c7f5dbb506cad4b79f8cd
|
[
"MIT"
] | 1
|
2020-01-22T10:53:41.000Z
|
2020-01-22T10:53:41.000Z
|
various/samples/openarenadeploy-pod.yaml
|
nikhita/AzureGameServersScalingKubernetes
|
d1447d9e026c29c26b3c7f5dbb506cad4b79f8cd
|
[
"MIT"
] | null | null | null |
various/samples/openarenadeploy-pod.yaml
|
nikhita/AzureGameServersScalingKubernetes
|
d1447d9e026c29c26b3c7f5dbb506cad4b79f8cd
|
[
"MIT"
] | null | null | null |
apiVersion: v1
kind: Pod
metadata:
name: openarena
labels:
name: openarena
spec:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: openarena
image: docker.io/dgkanatsios/docker_openarena_k8s:0.0.4
env:
- name: OA_STARTMAP
value: "dm4ish"
- name: OA_PORT
value: "27960"
volumeMounts:
- name: openarenavolume
mountPath: /data
ports:
- containerPort: 27960
protocol: UDP
volumes:
- name: openarenavolume
azureFile:
secretName: openarena-storage-secret
shareName: openarenadata
readOnly: false
| 20.566667
| 59
| 0.664506
|
795154046f03096f09ea2aa8af2f34db302f9d7a
| 953
|
yaml
|
YAML
|
prow/cluster/pipeline_deployment.yaml
|
cantbewong/test-infra
|
628d1766cc3d105abdd53e9a00be3f01f7f7427f
|
[
"Apache-2.0"
] | 1
|
2019-11-09T13:39:29.000Z
|
2019-11-09T13:39:29.000Z
|
prow/cluster/pipeline_deployment.yaml
|
danielSbastos/test-infra
|
90bf46a558573b782cad271122520f8dbd1b403d
|
[
"Apache-2.0"
] | null | null | null |
prow/cluster/pipeline_deployment.yaml
|
danielSbastos/test-infra
|
90bf46a558573b782cad271122520f8dbd1b403d
|
[
"Apache-2.0"
] | null | null | null |
kind: Deployment
apiVersion: apps/v1
metadata:
name: prow-pipeline
namespace: default
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app: prow-pipeline
template:
metadata:
labels:
app: prow-pipeline
spec:
containers:
- name: pipeline
image: gcr.io/k8s-prow/pipeline:v20191004-b2c87e85c
args:
- --all-contexts
- --config=/etc/prow-config/config.yaml
- --build-cluster=/etc/build-cluster/cluster
volumeMounts:
- mountPath: /etc/build-cluster
name: build-cluster
readOnly: true
- mountPath: /etc/prow-config
name: prow-config
readOnly: true
volumes:
- name: build-cluster
secret:
defaultMode: 420
secretName: build-cluster
- name: prow-config
configMap:
name: config
| 23.243902
| 59
| 0.588667
|
f8e0ce9f3b2e08bbb57e58b318fe66833822aa06
| 579
|
yml
|
YAML
|
examples/k8s/jenkins/jenkins-deployment.yml
|
vmware/vmaccel
|
a5be7b3c650db203febb331c18bc9c4870671f27
|
[
"BSD-2-Clause"
] | 3
|
2019-06-20T18:45:16.000Z
|
2022-03-11T19:09:50.000Z
|
examples/k8s/jenkins/jenkins-deployment.yml
|
ConnectionMaster/vmaccel
|
70c4cc7b302a4f490926f98cee7bbcb8022e3488
|
[
"BSD-2-Clause"
] | 2
|
2019-12-19T02:52:43.000Z
|
2020-04-14T06:33:36.000Z
|
examples/k8s/jenkins/jenkins-deployment.yml
|
ConnectionMaster/vmaccel
|
70c4cc7b302a4f490926f98cee7bbcb8022e3488
|
[
"BSD-2-Clause"
] | 3
|
2019-04-23T11:59:45.000Z
|
2022-03-11T19:09:49.000Z
|
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: jenkins
spec:
replicas: 1
selector:
matchLabels:
app: jenkins
template:
metadata:
labels:
app: jenkins
spec:
containers:
- name: jenkins
image: my/jenkins-image:1.0
ports:
- name: http-port
containerPort: 8080
- name: jnlp-port
containerPort: 50000
volumeMounts:
- name: jenkins-home
mountPath: /var/jenkins_home
volumes:
- name: jenkins-home
emptyDir: {}
| 19.3
| 40
| 0.542314
|
cf174f42cca04282e1073f9ef34b1b924b349b90
| 753
|
yaml
|
YAML
|
kubernetes-intro/web-pod.yaml
|
otus-kuber-2019-06/twk8s_platform
|
cca317a36084fd22b8028b459a56ec2380500e2d
|
[
"MIT"
] | null | null | null |
kubernetes-intro/web-pod.yaml
|
otus-kuber-2019-06/twk8s_platform
|
cca317a36084fd22b8028b459a56ec2380500e2d
|
[
"MIT"
] | 1
|
2019-08-20T14:55:53.000Z
|
2019-08-20T14:55:53.000Z
|
kubernetes-intro/web-pod.yaml
|
otus-kuber-2019-06/twk8s_platform
|
cca317a36084fd22b8028b459a56ec2380500e2d
|
[
"MIT"
] | null | null | null |
apiVersion: v1
kind: Pod
metadata:
name: web
labels:
key: value
spec:
containers:
- name: web
image: twk8s/homework:my_nginx
readinessProbe:
httpGet:
path: /index.html
port: 80
livenessProbe:
tcpSocket: { port: 8000 }
ports:
- containerPort: 8000
volumeMounts:
- name: app
mountPath: /var/www/app
volumes:
- name: app
emptyDir: {}
initContainers:
- name: init-web
image: busybox:1.31
command: ['sh', '-c', 'wget -O- https://raw.githubusercontent.com/express42/otus-platform-snippets/master/Module-02/Introduction-to-Kubernetes/wget.sh | sh']
volumeMounts:
- name: app
mountPath: /app
| 20.351351
| 161
| 0.598938
|
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 10