hexsha
stringlengths 40
40
| size
int64 24
1.05M
| ext
stringclasses 2
values | lang
stringclasses 1
value | max_stars_repo_path
stringlengths 5
269
| max_stars_repo_name
stringlengths 7
107
| max_stars_repo_head_hexsha
stringlengths 40
78
| max_stars_repo_licenses
sequence | 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 5
269
| max_issues_repo_name
stringlengths 7
107
| max_issues_repo_head_hexsha
stringlengths 40
78
| max_issues_repo_licenses
sequence | max_issues_count
int64 1
116k
⌀ | 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 5
269
| max_forks_repo_name
stringlengths 7
107
| max_forks_repo_head_hexsha
stringlengths 40
78
| max_forks_repo_licenses
sequence | 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 24
1.05M
| avg_line_length
float64 1
304k
| max_line_length
int64 14
1.03M
| alphanum_fraction
float64 0
1
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f78a14f08a1301a73754135c60ab0132cb0252bc | 171 | yaml | YAML | openstack/blackbox/charts/blackbox-tests-api/templates/pvclaim.yaml | swagner-de/helm-charts | f45a2023268b1e438b609b1ff696a7111c06431c | [
"Apache-2.0"
] | 147 | 2016-11-30T15:24:58.000Z | 2022-03-20T01:39:54.000Z | openstack/blackbox/charts/blackbox-tests-api/templates/pvclaim.yaml | swagner-de/helm-charts | f45a2023268b1e438b609b1ff696a7111c06431c | [
"Apache-2.0"
] | 1,104 | 2016-12-01T22:46:25.000Z | 2022-03-31T12:37:47.000Z | openstack/blackbox/charts/blackbox-tests-api/templates/pvclaim.yaml | swagner-de/helm-charts | f45a2023268b1e438b609b1ff696a7111c06431c | [
"Apache-2.0"
] | 167 | 2016-12-01T08:34:17.000Z | 2022-03-24T15:45:20.000Z | ---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: blackbox-tests-api
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 1Gi
| 14.25 | 27 | 0.701754 |
f78a39736e38f0c3706b130db03212cdd6f43224 | 438 | yaml | YAML | still.yaml | hdghg/still | 40b84a5aed31c9435ec53e46e8bed37dcc81457c | [
"MIT"
] | null | null | null | still.yaml | hdghg/still | 40b84a5aed31c9435ec53e46e8bed37dcc81457c | [
"MIT"
] | null | null | null | still.yaml | hdghg/still | 40b84a5aed31c9435ec53e46e8bed37dcc81457c | [
"MIT"
] | null | null | null | apiVersion: apps/v1
kind: Deployment
metadata:
name: still-deployment
labels:
app: still
spec:
replicas: 1
selector:
matchLabels:
app: still
template:
metadata:
labels:
app: still
spec:
containers:
- name: still
image: "hdghg/still:latest"
env:
- name: BOOTSTRAP_SERVERS
value: kafka-0.kafka-headless.default.svc.cluster.local:9092
| 19.043478 | 74 | 0.591324 |
f78a5bb70a02cebe05890949d93713c47ca1cfee | 958 | yaml | YAML | deploy/operator.yaml | boranx/rbac-permissions-operator | 7436f68b1b520c072e0239228e10a4bf92de3c36 | [
"Apache-2.0"
] | null | null | null | deploy/operator.yaml | boranx/rbac-permissions-operator | 7436f68b1b520c072e0239228e10a4bf92de3c36 | [
"Apache-2.0"
] | null | null | null | deploy/operator.yaml | boranx/rbac-permissions-operator | 7436f68b1b520c072e0239228e10a4bf92de3c36 | [
"Apache-2.0"
] | null | null | null | apiVersion: apps/v1
kind: Deployment
metadata:
name: rbac-permissions-operator
spec:
replicas: 1
selector:
matchLabels:
name: rbac-permissions-operator
template:
metadata:
labels:
name: rbac-permissions-operator
spec:
serviceAccountName: rbac-permissions-operator
containers:
- name: rbac-permissions-operator
# Replace this with the built image name
image: quay.io/app-sre/rbac-permissions-operator:latest
command:
- rbac-permissions-operator
imagePullPolicy: Always
env:
- name: WATCH_NAMESPACE
value: ""
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: "rbac-permissions-operator"
| 27.371429 | 65 | 0.573069 |
f78aceeaa32064c46c2958c69ff05bc410751b28 | 254 | yaml | YAML | nginx_service.yaml | jeffersonclark1/Kubernetes | 044affee192aa54fbfb592044e80aa91a74d05cf | [
"MIT"
] | null | null | null | nginx_service.yaml | jeffersonclark1/Kubernetes | 044affee192aa54fbfb592044e80aa91a74d05cf | [
"MIT"
] | null | null | null | nginx_service.yaml | jeffersonclark1/Kubernetes | 044affee192aa54fbfb592044e80aa91a74d05cf | [
"MIT"
] | null | null | null | kind: Service
apiVersion: v1
metadata:
name: nginx
labels:
tier: backend
app: nginx
spec:
ports:
- protocol: TCP
port: 80
targetPort: 80
nodePort: 32380
selector:
tier: backend
app: nginx
type: LoadBalancer | 14.941176 | 21 | 0.625984 |
f78ad15b4129055976b2f4ec3fc464a3c1955c38 | 610 | yaml | YAML | mock-data/large-cluster/k8s/coordination.k8s.io:Lease/kube-system-kube-controller-manager.yaml | kubevious/logic-processor | f3b502fdd851fc955ddb00b39da589bbf05566e3 | [
"Apache-2.0"
] | null | null | null | mock-data/large-cluster/k8s/coordination.k8s.io:Lease/kube-system-kube-controller-manager.yaml | kubevious/logic-processor | f3b502fdd851fc955ddb00b39da589bbf05566e3 | [
"Apache-2.0"
] | null | null | null | mock-data/large-cluster/k8s/coordination.k8s.io:Lease/kube-system-kube-controller-manager.yaml | kubevious/logic-processor | f3b502fdd851fc955ddb00b39da589bbf05566e3 | [
"Apache-2.0"
] | 1 | 2022-01-16T20:19:54.000Z | 2022-01-16T20:19:54.000Z | kind: Lease
apiVersion: coordination.k8s.io/v1
metadata:
name: kube-controller-manager
namespace: kube-system
selfLink: >-
/apis/coordination.k8s.io/v1/namespaces/kube-system/leases/kube-controller-manager
uid: 5ed42ed6-08f1-4f26-b1bf-e557e7195a6a
resourceVersion: '275531511'
creationTimestamp: '2021-04-09T22:01:17Z'
spec:
holderIdentity: >-
gke-f005108ec19aa6d238be-199c-0b48-vm_a1d476ce-55a7-401c-8069-3258cab0ceba
leaseDurationSeconds: 15
acquireTime: '2021-07-30T21:43:07.000000Z'
renewTime: '2021-08-03T01:21:20.626193Z'
leaseTransitions: 40
| 32.105263 | 90 | 0.734426 |
f78af46f4a31b45040a7cb211f37a8aea7da8a79 | 181 | yaml | YAML | base/prometheus/serviceaccount.yaml | Spazzy757/promethues-kustomize-base | 0533573f2f7f5014155ef66d100a780ec5362070 | [
"Apache-2.0"
] | null | null | null | base/prometheus/serviceaccount.yaml | Spazzy757/promethues-kustomize-base | 0533573f2f7f5014155ef66d100a780ec5362070 | [
"Apache-2.0"
] | 1 | 2020-10-01T06:49:11.000Z | 2020-10-01T06:49:11.000Z | base/prometheus/serviceaccount.yaml | Spazzy757/promethues-kustomize-base | 0533573f2f7f5014155ef66d100a780ec5362070 | [
"Apache-2.0"
] | 1 | 2020-09-29T06:32:48.000Z | 2020-09-29T06:32:48.000Z | ---
# Source: prometheus-operator/templates/prometheus/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: prometheus-basic
labels:
app: prometheus-basic | 22.625 | 70 | 0.78453 |
f78b66128bc2bf723dea10bbcc5685c126cf924a | 62 | yaml | YAML | test/manifests/ingress-controller/tcp-services-configmap.yaml | Girbons/ingress-nginx | 87d1b8bbf28265386b339e65d8943d8c3f8582ed | [
"Apache-2.0"
] | 1 | 2021-09-03T18:24:24.000Z | 2021-09-03T18:24:24.000Z | test/manifests/ingress-controller/tcp-services-configmap.yaml | Girbons/ingress-nginx | 87d1b8bbf28265386b339e65d8943d8c3f8582ed | [
"Apache-2.0"
] | 2 | 2018-02-02T22:44:50.000Z | 2018-05-24T18:23:31.000Z | test/manifests/ingress-controller/tcp-services-configmap.yaml | Girbons/ingress-nginx | 87d1b8bbf28265386b339e65d8943d8c3f8582ed | [
"Apache-2.0"
] | 1 | 2021-07-19T16:42:59.000Z | 2021-07-19T16:42:59.000Z | kind: ConfigMap
apiVersion: v1
metadata:
name: tcp-services
| 12.4 | 20 | 0.774194 |
f78bbc06bd11829e118263bc7da562b188b88215 | 882 | yaml | YAML | mysql-server/mysql-server-deployment.yaml | WangDaLei/Kubernetes-Deployment | d2864aa7d7e9c5b15327d8bc46aaeedba6037eec | [
"MIT"
] | null | null | null | mysql-server/mysql-server-deployment.yaml | WangDaLei/Kubernetes-Deployment | d2864aa7d7e9c5b15327d8bc46aaeedba6037eec | [
"MIT"
] | null | null | null | mysql-server/mysql-server-deployment.yaml | WangDaLei/Kubernetes-Deployment | d2864aa7d7e9c5b15327d8bc46aaeedba6037eec | [
"MIT"
] | null | null | null | apiVersion: apps/v1
kind: Deployment
metadata:
name: mysql-server
labels:
app: python
spec:
replicas: 1
selector:
matchLabels:
app: python
tier: mysql
strategy:
type: Recreate
template:
metadata:
labels:
app: python
tier: mysql
spec:
containers:
- image: mysql
name: mysql
env:
- name: MYSQL_ROOT_PASSWORD
valueFrom:
secretKeyRef:
name: mysecret
key: key
ports:
- containerPort: 3306
name: mysql
volumeMounts:
- name: mysql-persistent-storage
mountPath: /var/lib/mysql
volumes:
- name: mysql-persistent-storage
persistentVolumeClaim:
claimName: mysql-pvc
| 22.05 | 45 | 0.494331 |
f78bbc805d20bc468bc084d734011b5ad049dfd0 | 185 | yaml | YAML | plain/mxe-postgres/postgres-service.yaml | Chakrakin/MxE-Kubernetes | 1c972170ad47f52b692c8307de444e3ce5c4c05e | [
"MIT"
] | null | null | null | plain/mxe-postgres/postgres-service.yaml | Chakrakin/MxE-Kubernetes | 1c972170ad47f52b692c8307de444e3ce5c4c05e | [
"MIT"
] | null | null | null | plain/mxe-postgres/postgres-service.yaml | Chakrakin/MxE-Kubernetes | 1c972170ad47f52b692c8307de444e3ce5c4c05e | [
"MIT"
] | null | null | null | apiVersion: v1
kind: Service
metadata:
name: postgres
labels:
app: postgres
spec:
type: NodePort
ports:
- port: 5432
nodePort: 32432
selector:
app: postgres
| 13.214286 | 21 | 0.654054 |
f78bd68279785b5e770fb01bda134217ad62225d | 134 | yaml | YAML | k8s/service.yaml | brandaogabriel7/go-hpa | b169358ae78a22e9c5db469dd2cf1e3d5709cb3f | [
"MIT"
] | null | null | null | k8s/service.yaml | brandaogabriel7/go-hpa | b169358ae78a22e9c5db469dd2cf1e3d5709cb3f | [
"MIT"
] | null | null | null | k8s/service.yaml | brandaogabriel7/go-hpa | b169358ae78a22e9c5db469dd2cf1e3d5709cb3f | [
"MIT"
] | null | null | null | apiVersion: v1
kind: Service
metadata:
name: go-hpa
spec:
type: LoadBalancer
ports:
- port: 8080
selector:
app: go-hpa | 13.4 | 20 | 0.664179 |
f78bf63b32eb92c7553004fd0441366d06ef17e0 | 5,279 | yml | YAML | backup_cluster/consul-back/consul_statefulset.yml | liejuntao001/consul-k8s-production | b9b0e8bfa600159764e629800871b4850e15438f | [
"MIT"
] | 10 | 2020-01-02T23:17:49.000Z | 2021-09-13T12:57:03.000Z | backup_cluster/consul-back/consul_statefulset.yml | liejuntao001/consul-k8s-production | b9b0e8bfa600159764e629800871b4850e15438f | [
"MIT"
] | null | null | null | backup_cluster/consul-back/consul_statefulset.yml | liejuntao001/consul-k8s-production | b9b0e8bfa600159764e629800871b4850e15438f | [
"MIT"
] | 4 | 2020-03-01T13:37:49.000Z | 2021-03-11T06:03:16.000Z | ---
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: consul
namespace: consul-back
spec:
selector:
matchLabels:
app: consul
serviceName: consul
replicas: 3
updateStrategy:
type: RollingUpdate
template:
metadata:
labels:
app: consul
storageClassName: rook-ceph-block
spec:
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app
operator: In
values:
- consul
topologyKey: kubernetes.io/hostname
terminationGracePeriodSeconds: 60
serviceAccountName: consul
securityContext:
fsGroup: 1000
containers:
- name: consul-exporter
args:
- --consul.server=127.0.0.1:8500
- --consul.ca-file=/etc/tls/ca.pem
- --consul.cert-file=/etc/tls/consul-back.pem
- --consul.key-file=/etc/tls/consul-back-key.pem
image: prom/consul-exporter:v0.4.0
ports:
- name: metrics
containerPort: 9107
volumeMounts:
- mountPath: /etc/tls
name: tls
lifecycle:
preStop:
exec:
command: [
"sh", "-c",
"sleep 60"
]
- name: consul
image: consul:1.6.1
env:
- name: POD_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
- name: GOSSIP_ENCRYPTION_KEY
valueFrom:
secretKeyRef:
name: consul
key: gossip-encryption-key
- name: CONSUL_HTTP_TOKEN
valueFrom:
secretKeyRef:
name: tokens
key: acl.tokens.agent
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
args:
- "consul"
- "agent"
- "-advertise=$(POD_IP)"
- "-bind=0.0.0.0"
- "-bootstrap-expect=3"
- "-retry-join"
- "provider=k8s namespace=$(NAMESPACE) label_selector=\"app=consul\""
- "-client=0.0.0.0"
- "-config-file=/consul/myconfig/config.json"
- "-datacenter=dc1"
- "-data-dir=/consul/data"
- "-domain=cluster.local"
- "-encrypt=$(GOSSIP_ENCRYPTION_KEY)"
- "-server"
- "-ui"
- "-disable-host-node-id"
readinessProbe:
# NOTE(mitchellh): when our HTTP status endpoints support the
# proper status codes, we should switch to that. This is temporary.
exec:
command:
- "/bin/sh"
- "-ec"
- |
curl http://127.0.0.1:8500/v1/status/leader 2>/dev/null | \
grep -E '".+"'
failureThreshold: 2
initialDelaySeconds: 120
periodSeconds: 5
successThreshold: 2
timeoutSeconds: 5
livenessProbe:
exec:
command:
- consul
- members
- -http-addr=http://127.0.0.1:8500
initialDelaySeconds: 300
timeoutSeconds: 5
volumeMounts:
- name: data
mountPath: /consul/data
- name: tls
mountPath: /etc/tls
- name: config
mountPath: /consul/myconfig
lifecycle:
preStop:
exec:
command: [
"sh", "-c",
"consul leave"
]
postStart:
exec:
command: [
"sh", "-c",
"sleep 2; consul acl set-agent-token agent ${CONSUL_HTTP_TOKEN}"
]
resources:
requests:
memory: "128Mi"
cpu: "250m"
limits:
memory: "256Mi"
cpu: "500m"
ports:
- containerPort: 8500
name: ui-port
- containerPort: 8400
name: alt-port
- containerPort: 53
name: udp-port
- containerPort: 8443
name: https-port
- containerPort: 8080
name: http-port
- containerPort: 8301
name: serflan
- containerPort: 8302
name: serfwan
- containerPort: 8600
name: consuldns
- containerPort: 8300
name: server
volumes:
- name: tls
secret:
secretName: consul
- name: tokens
secret:
secretName: tokens
- name: config
configMap:
name: consul
volumeClaimTemplates:
- metadata:
name: data
spec:
storageClassName: rook-ceph-block
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 700Mi
| 28.846995 | 82 | 0.449896 |
f78c3dea72533e6eca839692dd5932e3bf6455a3 | 3,155 | yaml | YAML | tests/knative/knative-serving-install/overlays/application/test_data/expected/knative-serving_apps_v1_deployment_activator.yaml | Klaven/manifests | b3f5b41780a01845619884e638f4f6c9183d8fef | [
"Apache-2.0"
] | 1 | 2020-07-29T10:00:13.000Z | 2020-07-29T10:00:13.000Z | tests/knative/knative-serving-install/overlays/application/test_data/expected/knative-serving_apps_v1_deployment_activator.yaml | Klaven/manifests | b3f5b41780a01845619884e638f4f6c9183d8fef | [
"Apache-2.0"
] | 5 | 2020-04-14T16:34:34.000Z | 2020-08-04T23:49:54.000Z | tests/knative/knative-serving-install/overlays/application/test_data/expected/knative-serving_apps_v1_deployment_activator.yaml | Klaven/manifests | b3f5b41780a01845619884e638f4f6c9183d8fef | [
"Apache-2.0"
] | 3 | 2020-03-31T15:40:32.000Z | 2020-12-12T18:26:55.000Z | apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app.kubernetes.io/component: knative-serving-install
app.kubernetes.io/instance: knative-serving-install-v0.11.1
app.kubernetes.io/managed-by: kfctl
app.kubernetes.io/name: knative-serving-install
app.kubernetes.io/part-of: kubeflow
app.kubernetes.io/version: v0.11.1
kustomize.component: knative
serving.knative.dev/release: v0.11.1
name: activator
namespace: knative-serving
spec:
selector:
matchLabels:
app: activator
app.kubernetes.io/component: knative-serving-install
app.kubernetes.io/instance: knative-serving-install-v0.11.1
app.kubernetes.io/managed-by: kfctl
app.kubernetes.io/name: knative-serving-install
app.kubernetes.io/part-of: kubeflow
app.kubernetes.io/version: v0.11.1
kustomize.component: knative
role: activator
template:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
sidecar.istio.io/inject: "true"
labels:
app: activator
app.kubernetes.io/component: knative-serving-install
app.kubernetes.io/instance: knative-serving-install-v0.11.1
app.kubernetes.io/managed-by: kfctl
app.kubernetes.io/name: knative-serving-install
app.kubernetes.io/part-of: kubeflow
app.kubernetes.io/version: v0.11.1
kustomize.component: knative
role: activator
serving.knative.dev/release: v0.11.1
spec:
containers:
- env:
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: POD_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
- name: SYSTEM_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: CONFIG_LOGGING_NAME
value: config-logging
- name: CONFIG_OBSERVABILITY_NAME
value: config-observability
- name: METRICS_DOMAIN
value: knative.dev/internal/serving
image: gcr.io/knative-releases/knative.dev/serving/cmd/activator@sha256:8e606671215cc029683e8cd633ec5de9eabeaa6e9a4392ff289883304be1f418
livenessProbe:
httpGet:
httpHeaders:
- name: k-kubelet-probe
value: activator
path: /healthz
port: 8012
name: activator
ports:
- containerPort: 8012
name: http1
- containerPort: 8013
name: h2c
- containerPort: 9090
name: metrics
- containerPort: 8008
name: profiling
readinessProbe:
httpGet:
httpHeaders:
- name: k-kubelet-probe
value: activator
path: /healthz
port: 8012
resources:
limits:
cpu: 1000m
memory: 600Mi
requests:
cpu: 300m
memory: 60Mi
securityContext:
allowPrivilegeEscalation: false
serviceAccountName: controller
terminationGracePeriodSeconds: 300
| 31.55 | 144 | 0.614897 |
f78c43d2635c0deabd02e712aa0f9d22b8b95f68 | 629 | yaml | YAML | k8s/demojob2-workerpool.yaml | simonski/conbotj | 73230f0dd63e1f3b3d82f00f638fc26d63ac6720 | [
"Apache-2.0"
] | null | null | null | k8s/demojob2-workerpool.yaml | simonski/conbotj | 73230f0dd63e1f3b3d82f00f638fc26d63ac6720 | [
"Apache-2.0"
] | null | null | null | k8s/demojob2-workerpool.yaml | simonski/conbotj | 73230f0dd63e1f3b3d82f00f638fc26d63ac6720 | [
"Apache-2.0"
] | 1 | 2021-05-06T05:15:25.000Z | 2021-05-06T05:15:25.000Z | apiVersion: batch/v1
kind: Job
metadata:
name: demojob2-workerpool
labels:
poolname: workerpool
spec:
template:
metadata:
labels:
poolname: workerpool
spec:
containers:
- name: conbot
resources:
requests:
cpu: "6"
image: conbot/conbot:latest
imagePullPolicy: Always
args:
- "convert"
- "-source"
- "gs://conbot-data/source/10m.csv.gz"
- "-target"
- "/output"
- "-consumer"
- "csv"
nodeSelector:
poolname: workerpool
restartPolicy: OnFailure
| 20.290323 | 48 | 0.523052 |
f78c601d087a4a0112dd0208c47cb17964767b80 | 215 | yaml | YAML | k8s/cue-observe/templates/cueo-redis-service.yaml | LeiSoft/CueObserve | cc5254df7d0cb817a8b3ec427f5cb54a1d420f7e | [
"Apache-2.0"
] | 3 | 2022-02-10T17:00:19.000Z | 2022-03-29T14:31:25.000Z | k8s/cue-observe/templates/cueo-redis-service.yaml | LeiSoft/CueObserve | cc5254df7d0cb817a8b3ec427f5cb54a1d420f7e | [
"Apache-2.0"
] | null | null | null | k8s/cue-observe/templates/cueo-redis-service.yaml | LeiSoft/CueObserve | cc5254df7d0cb817a8b3ec427f5cb54a1d420f7e | [
"Apache-2.0"
] | null | null | null | apiVersion: v1
kind: Service
metadata:
labels:
app: cueo-redis
name: cueo-redis
spec:
ports:
- name: "6379"
port: 6379
targetPort: 6379
selector:
app: cueo-redis
status:
loadBalancer: {}
| 13.4375 | 20 | 0.646512 |
f78c8d65a8c4f85a7fefa4843e9abba111a87aec | 1,119 | yaml | YAML | examples/standard/deployment.yaml | sminamot/kube-state-metrics | 9ae2c23f4f113e7040f20de75978c681ca065124 | [
"Apache-2.0"
] | 6 | 2021-12-29T01:40:34.000Z | 2022-01-10T20:56:14.000Z | examples/standard/deployment.yaml | sminamot/kube-state-metrics | 9ae2c23f4f113e7040f20de75978c681ca065124 | [
"Apache-2.0"
] | 4 | 2020-12-27T03:25:17.000Z | 2022-02-21T12:44:30.000Z | examples/standard/deployment.yaml | sminamot/kube-state-metrics | 9ae2c23f4f113e7040f20de75978c681ca065124 | [
"Apache-2.0"
] | 24 | 2020-07-15T08:53:02.000Z | 2022-01-11T04:54:35.000Z | apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app.kubernetes.io/name: kube-state-metrics
app.kubernetes.io/version: 1.9.5
name: kube-state-metrics
namespace: kube-system
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/name: kube-state-metrics
template:
metadata:
labels:
app.kubernetes.io/name: kube-state-metrics
app.kubernetes.io/version: 1.9.5
spec:
containers:
- image: quay.io/coreos/kube-state-metrics:v1.9.5
livenessProbe:
httpGet:
path: /healthz
port: 8080
initialDelaySeconds: 5
timeoutSeconds: 5
name: kube-state-metrics
ports:
- containerPort: 8080
name: http-metrics
- containerPort: 8081
name: telemetry
readinessProbe:
httpGet:
path: /
port: 8081
initialDelaySeconds: 5
timeoutSeconds: 5
securityContext:
runAsUser: 65534
nodeSelector:
kubernetes.io/os: linux
serviceAccountName: kube-state-metrics
| 24.866667 | 55 | 0.595174 |
f78c91cd2719426a21c8a53b824b9cbc9abca9d4 | 307 | yaml | YAML | vendor/k8s.io/apiextensions-apiserver/artifacts/example/auth-delegator.yaml | VineethReddy02/kubectl-pg | bf9161aeb45229b11eccc9e55362ad2c14bc2efa | [
"Apache-2.0"
] | 1 | 2020-07-02T14:53:18.000Z | 2020-07-02T14:53:18.000Z | vendor/k8s.io/apiextensions-apiserver/artifacts/example/auth-delegator.yaml | VineethReddy02/kubectl-pg | bf9161aeb45229b11eccc9e55362ad2c14bc2efa | [
"Apache-2.0"
] | null | null | null | vendor/k8s.io/apiextensions-apiserver/artifacts/example/auth-delegator.yaml | VineethReddy02/kubectl-pg | bf9161aeb45229b11eccc9e55362ad2c14bc2efa | [
"Apache-2.0"
] | null | null | null | apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: apiextensions:system:auth-delegator
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:auth-delegator
subjects:
- kind: ServiceAccount
name: apiserver
namespace: apiextensions
| 23.615385 | 44 | 0.76873 |
f78cbadd0723553354ca9b557e8b4beff76a70b5 | 197 | yml | YAML | test-resources/command-test/wait-pod/jobs2/pod2.yml | anduintransaction/rivendell | 274c506aec13a466405843aeee8b4cf26c909e75 | [
"MIT"
] | 3 | 2018-04-20T13:46:40.000Z | 2019-09-01T08:41:16.000Z | test-resources/command-test/wait-pod/jobs2/pod2.yml | anduintransaction/rivendell | 274c506aec13a466405843aeee8b4cf26c909e75 | [
"MIT"
] | null | null | null | test-resources/command-test/wait-pod/jobs2/pod2.yml | anduintransaction/rivendell | 274c506aec13a466405843aeee8b4cf26c909e75 | [
"MIT"
] | null | null | null | apiVersion: v1
kind: Pod
metadata:
name: pod2
spec:
restartPolicy: Never
containers:
- name: pod2
image: ubuntu:16.04
args:
- sh
- -c
- sleep 10; true
| 14.071429 | 25 | 0.548223 |
f78d822fc59b736ec687d1970b3fd67067f95688 | 430 | yaml | YAML | deploy/configmap.yaml | yedpodtrzitko/peer-calls | f17f526fcd64a52303361bcd6b4033d7f8e78755 | [
"Apache-2.0"
] | 858 | 2020-04-12T17:02:09.000Z | 2022-03-29T13:55:02.000Z | deploy/configmap.yaml | yedpodtrzitko/peer-calls | f17f526fcd64a52303361bcd6b4033d7f8e78755 | [
"Apache-2.0"
] | 143 | 2020-04-12T10:46:19.000Z | 2022-03-14T11:42:27.000Z | deploy/configmap.yaml | yedpodtrzitko/peer-calls | f17f526fcd64a52303361bcd6b4033d7f8e78755 | [
"Apache-2.0"
] | 180 | 2020-04-14T21:55:32.000Z | 2022-03-17T03:20:01.000Z | apiVersion: v1
kind: ConfigMap
metadata:
name: peercalls
data:
config.yaml: |
base_url: /test
ice_servers:
- urls:
- 'stun:stun.l.google.com:19302'
auth_type: secret
auth_secret:
username: test_user
secret: test_secret
tls:
cert: test.pem
key: test.key
store:
type: redis
redis:
host: localhost
port: 6379
prefix: peercalls
| 17.916667 | 38 | 0.57907 |
f78db0da8ff2e7e2f0dcf9ab498aa15692dc0523 | 421 | yaml | YAML | Camunda/sdk-camunda-archetype/src/main/resources/archetype-resources/src/main/kubernetes/__rootArtifactId__-svc.yaml | JulienBe/AJSC | 3239b5ecad3ce332346a999dc985f75e5b0ca8d0 | [
"BSD-4-Clause"
] | 20 | 2016-12-06T19:19:25.000Z | 2020-12-21T14:24:37.000Z | Camunda/sdk-camunda-archetype/src/main/resources/archetype-resources/src/main/kubernetes/__rootArtifactId__-svc.yaml | JulienBe/AJSC | 3239b5ecad3ce332346a999dc985f75e5b0ca8d0 | [
"BSD-4-Clause"
] | 2 | 2017-04-24T14:14:42.000Z | 2018-06-24T05:19:47.000Z | Camunda/sdk-camunda-archetype/src/main/resources/archetype-resources/src/main/kubernetes/__rootArtifactId__-svc.yaml | JulienBe/AJSC | 3239b5ecad3ce332346a999dc985f75e5b0ca8d0 | [
"BSD-4-Clause"
] | 24 | 2017-01-06T15:33:13.000Z | 2021-12-16T20:42:14.000Z | {
"kind": "Service",
"apiVersion": "v1",
"metadata": {
"name": "${artifactId}",
"namespace": "${kube-namespace}"
},
"spec": {
"selector": {
"app": "${artifactId}"
},
"ports": [
{
"protocol": "TCP",
"port": 80,
"targetPort": 8080
}
],
"type": "NodePort"
}
}
| 19.136364 | 40 | 0.332542 |
f78dfa489e04c873731695553dbef66051c987d3 | 434 | yaml | YAML | docs/Kubernetes/20.Network-Policy/dev-allow-prod-ingress.yaml | meiming1990/CloudNativeNotes | c59dc10f67802ed5c4d61323b72240d494664bfb | [
"MIT"
] | 3 | 2020-01-10T03:28:58.000Z | 2020-08-02T16:46:16.000Z | docs/Kubernetes/20.Network-Policy/dev-allow-prod-ingress.yaml | meiming1990/CloudNativeNotes | c59dc10f67802ed5c4d61323b72240d494664bfb | [
"MIT"
] | null | null | null | docs/Kubernetes/20.Network-Policy/dev-allow-prod-ingress.yaml | meiming1990/CloudNativeNotes | c59dc10f67802ed5c4d61323b72240d494664bfb | [
"MIT"
] | 5 | 2020-01-08T02:02:03.000Z | 2020-02-12T08:32:09.000Z | apiVersion: networking.k8s.io/v1 #dev名称空间下的所有pod,不允许相互访问也不允许被外部访问
kind: NetworkPolicy
metadata:
name: dev-allow-prod-ingress
namespace: dev
spec:
podSelector: {} #没指定 就是该名称空间下所有的Pod
ingress:
- from:
- namespaceSelector:
matchLabels:
name: prod #指定prod名称空间下的pod可以进行访问
policyTypes:
- Ingress #只控制入站流量,没具体定义,就表示一个都不放行
| 27.125 | 77 | 0.589862 |
f78e2b88a629338a6dd76a9ff66426bf738c1c61 | 488 | yaml | YAML | rendered/manifests/traces-only/serviceAccount.yaml | rdemachkovych/splunk-otel-collector-chart | c31a46d23eea9f808406d62ed504ba5baa5c9643 | [
"Apache-2.0"
] | null | null | null | rendered/manifests/traces-only/serviceAccount.yaml | rdemachkovych/splunk-otel-collector-chart | c31a46d23eea9f808406d62ed504ba5baa5c9643 | [
"Apache-2.0"
] | null | null | null | rendered/manifests/traces-only/serviceAccount.yaml | rdemachkovych/splunk-otel-collector-chart | c31a46d23eea9f808406d62ed504ba5baa5c9643 | [
"Apache-2.0"
] | null | null | null | ---
# Source: splunk-otel-collector/templates/serviceAccount.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: default-splunk-otel-collector
labels:
app.kubernetes.io/name: splunk-otel-collector
helm.sh/chart: splunk-otel-collector-0.43.0
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: default
app.kubernetes.io/version: "0.43.0"
app: splunk-otel-collector
chart: splunk-otel-collector-0.43.0
release: default
heritage: Helm
| 28.705882 | 61 | 0.733607 |
f78e7add29b71d5bcc340c420f5ee5b7f55e7be8 | 345 | yaml | YAML | kubernetes-observability/efk/assets/echoserver.yaml | litmusbot/katacoda-courses | 7d24601e5e1a13d03039e31b7e818b08ff28e0ff | [
"Apache-2.0"
] | null | null | null | kubernetes-observability/efk/assets/echoserver.yaml | litmusbot/katacoda-courses | 7d24601e5e1a13d03039e31b7e818b08ff28e0ff | [
"Apache-2.0"
] | null | null | null | kubernetes-observability/efk/assets/echoserver.yaml | litmusbot/katacoda-courses | 7d24601e5e1a13d03039e31b7e818b08ff28e0ff | [
"Apache-2.0"
] | null | null | null | apiVersion: apps/v1
kind: Deployment
metadata:
labels:
run: hello
name: hello
spec:
replicas: 1
selector:
matchLabels:
run: hello
template:
metadata:
labels:
run: hello
spec:
containers:
- image: k8s.gcr.io/echoserver:1.9
name: hello
ports:
- containerPort: 8080
| 15.681818 | 40 | 0.582609 |
f78e890cbf0107abf1b2e01f75e0e094d4fb94ee | 210 | yml | YAML | kubernetes/RBAC/ClusterRole/patch-emailverifications.yml | EdgeNet-project/console | 89b17782263c8e17cdf349f8b75901ec61b1e870 | [
"Apache-2.0"
] | null | null | null | kubernetes/RBAC/ClusterRole/patch-emailverifications.yml | EdgeNet-project/console | 89b17782263c8e17cdf349f8b75901ec61b1e870 | [
"Apache-2.0"
] | null | null | null | kubernetes/RBAC/ClusterRole/patch-emailverifications.yml | EdgeNet-project/console | 89b17782263c8e17cdf349f8b75901ec61b1e870 | [
"Apache-2.0"
] | 1 | 2021-01-27T15:38:39.000Z | 2021-01-27T15:38:39.000Z | apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: edgenet:patch:emailverifications
rules:
- apiGroups: ["apps.edgenet.io"]
resources: ["emailverifications"]
verbs: ["patch"] | 26.25 | 40 | 0.738095 |
f78e9ebc8df6e537eae968752d4aab76270c593e | 816 | yaml | YAML | workloads/test/kubeecho-folder.yaml | EmrahKK/flux-get-started | 4efd71490787fc97d33c0dace43bb32f273d04e4 | [
"Apache-2.0"
] | null | null | null | workloads/test/kubeecho-folder.yaml | EmrahKK/flux-get-started | 4efd71490787fc97d33c0dace43bb32f273d04e4 | [
"Apache-2.0"
] | null | null | null | workloads/test/kubeecho-folder.yaml | EmrahKK/flux-get-started | 4efd71490787fc97d33c0dace43bb32f273d04e4 | [
"Apache-2.0"
] | null | null | null | apiVersion: apps/v1
kind: Deployment
metadata:
name: kubeecho-folder
labels:
app: kubeecho-folder
spec:
selector:
matchLabels:
app: kubeecho-folder
template:
metadata:
labels:
app: kubeecho-folder
spec:
containers:
- name: kubeecho-folder
image: emrahkk/kube-echo:latest
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
name: http
protocol: TCP
livenessProbe:
httpGet:
path: /healthz
port: 3000
readinessProbe:
httpGet:
path: /readyz
port: 3000
resources:
limits:
cpu: 1000m
memory: 128Mi
requests:
cpu: 10m
memory: 64Mi | 21.473684 | 39 | 0.514706 |
f78ea46d5562bd28f2409170d6499bde02799fd5 | 188 | yml | YAML | kube/flipstarter-srv.yml | zquestz/kube-flipstarter | ae3ac7bfb8f7ca06d1a3291c785510b624005cec | [
"MIT"
] | null | null | null | kube/flipstarter-srv.yml | zquestz/kube-flipstarter | ae3ac7bfb8f7ca06d1a3291c785510b624005cec | [
"MIT"
] | null | null | null | kube/flipstarter-srv.yml | zquestz/kube-flipstarter | ae3ac7bfb8f7ca06d1a3291c785510b624005cec | [
"MIT"
] | null | null | null | apiVersion: v1
kind: Service
metadata:
name: flipstarter
namespace: default
spec:
ports:
- port: 300
targetPort: 3000
selector:
service: flipstarter
type: NodePort
| 14.461538 | 24 | 0.691489 |
f78f2ed3c33ae2f447586422d6b625b3c7b68150 | 364 | yaml | YAML | kubernetes/scripts/kubernetes/dns/svc-template.yaml | Tosca-Projects/samples | 53670954ae56f919d299133bd662e7bfeeac121f | [
"Apache-2.0"
] | 7 | 2017-05-22T06:39:25.000Z | 2021-07-26T20:03:38.000Z | kubernetes/scripts/kubernetes/dns/svc-template.yaml | Tosca-Projects/samples | 53670954ae56f919d299133bd662e7bfeeac121f | [
"Apache-2.0"
] | 4 | 2015-11-24T15:07:09.000Z | 2020-03-25T10:50:32.000Z | kubernetes/scripts/kubernetes/dns/svc-template.yaml | Tosca-Projects/samples | 53670954ae56f919d299133bd662e7bfeeac121f | [
"Apache-2.0"
] | 31 | 2015-06-08T14:22:56.000Z | 2020-12-24T06:59:24.000Z | apiVersion: v1
kind: Service
metadata:
name: kube-dns
namespace: kube-system
labels:
k8s-app: kube-dns
kubernetes.io/cluster-service: "true"
kubernetes.io/name: "KubeDNS"
spec:
selector:
k8s-app: kube-dns
# clusterIP: #{dns_server_ip}
ports:
- name: dns
port: 53
protocol: UDP
- name: dns-tcp
port: 53
protocol: TCP
| 17.333333 | 41 | 0.648352 |
f78f84caa4f9e8bfc2efaeba848c74cb11ebb226 | 1,023 | yaml | YAML | cluster/manifests/01-vertical-pod-autoscaler/recommender-deployment.yaml | ethercrow/kubernetes-on-aws | 5a06925ea1b442021fb202b696a3b25088693749 | [
"MIT"
] | null | null | null | cluster/manifests/01-vertical-pod-autoscaler/recommender-deployment.yaml | ethercrow/kubernetes-on-aws | 5a06925ea1b442021fb202b696a3b25088693749 | [
"MIT"
] | null | null | null | cluster/manifests/01-vertical-pod-autoscaler/recommender-deployment.yaml | ethercrow/kubernetes-on-aws | 5a06925ea1b442021fb202b696a3b25088693749 | [
"MIT"
] | null | null | null | apiVersion: apps/v1
kind: Deployment
metadata:
name: vpa-recommender
namespace: kube-system
labels:
application: vpa-recommender
version: patched-0.5.1-master-16
component: vpa
spec:
replicas: 1
selector:
matchLabels:
application: vpa-recommender
template:
metadata:
labels:
application: vpa-recommender
version: patched-0.5.1-master-16
component: vpa
spec:
serviceAccountName: system
priorityClassName: system-cluster-critical
containers:
- name: recommender
image: registry.opensource.zalan.do/teapot/vpa-recommender:patched-0.5.1-master-16
args:
- --stderrthreshold=info
- --v=5
- --memory-saver
- --pod-recommendation-min-memory-mb=50
command:
- "/recommender"
resources:
limits:
cpu: 200m
memory: 500Mi
requests:
cpu: 200m
memory: 500Mi
ports:
- containerPort: 8080
| 23.790698 | 90 | 0.59433 |
f78fdcde3db4c4de5755665366714ac8fe63f14d | 453 | yaml | YAML | config/201-rolebinding.yaml | salaboy/keptn-cdf-translator | a063c899b3d98900546f83d137c0853f1b15cda3 | [
"Apache-2.0"
] | null | null | null | config/201-rolebinding.yaml | salaboy/keptn-cdf-translator | a063c899b3d98900546f83d137c0853f1b15cda3 | [
"Apache-2.0"
] | 1 | 2021-07-05T22:32:34.000Z | 2021-07-05T22:32:34.000Z | config/201-rolebinding.yaml | salaboy/keptn-cdf-translator | a063c899b3d98900546f83d137c0853f1b15cda3 | [
"Apache-2.0"
] | 1 | 2021-06-21T22:51:44.000Z | 2021-06-21T22:51:44.000Z | apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: keptn-cdevents-keptn-token-reader
namespace: keptn
labels:
app.kubernetes.io/component: keptn-cdevents-translator
app.kubernetes.io/instance: default
app.kubernetes.io/part-of: keptn-cdevents
subjects:
- kind: ServiceAccount
name: keptn-cdevents
namespace: keptn
roleRef:
kind: Role
name: keptn-token-reader
apiGroup: rbac.authorization.k8s.io
| 25.166667 | 58 | 0.757174 |
f78ff8cda5d888170b7cbf13ad6cf5d0d95255e0 | 474 | yaml | YAML | packages/tekton-dashboard-0.15.0/main/012_RoleBinding_tekton-dashboard-pipelines.yaml | vfeld/schocken-infrastructure | ae49776bb461defa4592f0a3dc974e7409917982 | [
"MIT"
] | null | null | null | packages/tekton-dashboard-0.15.0/main/012_RoleBinding_tekton-dashboard-pipelines.yaml | vfeld/schocken-infrastructure | ae49776bb461defa4592f0a3dc974e7409917982 | [
"MIT"
] | null | null | null | packages/tekton-dashboard-0.15.0/main/012_RoleBinding_tekton-dashboard-pipelines.yaml | vfeld/schocken-infrastructure | ae49776bb461defa4592f0a3dc974e7409917982 | [
"MIT"
] | null | null | null | ---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
labels:
app.kubernetes.io/component: dashboard
app.kubernetes.io/instance: default
app.kubernetes.io/part-of: tekton-dashboard
name: tekton-dashboard-pipelines
namespace: tekton-pipelines
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: tekton-dashboard-pipelines
subjects:
- kind: ServiceAccount
name: tekton-dashboard
namespace: tekton-pipelines | 26.333333 | 47 | 0.765823 |
f7903ed4947c89d101b95d5d27e6124342ad0392 | 10,998 | yaml | YAML | deploy/crds/operator.ibm.com_certmanagers_crd.yaml | ibm-ci-bot/ibm-cert-manager-operator | 53f4c351febe1b4ab96baf804c24c0600400ad2e | [
"Apache-2.0"
] | null | null | null | deploy/crds/operator.ibm.com_certmanagers_crd.yaml | ibm-ci-bot/ibm-cert-manager-operator | 53f4c351febe1b4ab96baf804c24c0600400ad2e | [
"Apache-2.0"
] | null | null | null | deploy/crds/operator.ibm.com_certmanagers_crd.yaml | ibm-ci-bot/ibm-cert-manager-operator | 53f4c351febe1b4ab96baf804c24c0600400ad2e | [
"Apache-2.0"
] | null | null | null | apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: certmanagers.operator.ibm.com
annotations:
api-approved.kubernetes.io: unapproved
labels:
app.kubernetes.io/instance: ibm-cert-manager-operator
app.kubernetes.io/managed-by: ibm-cert-manager-operator
app.kubernetes.io/name: cert-manager
spec:
group: operator.ibm.com
names:
kind: CertManager
listKind: CertManagerList
plural: certmanagers
singular: certmanager
scope: Cluster
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: CertManager is the Schema for the certmanagers API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: CertManagerSpec defines the desired state of CertManager
properties:
certManagerCAInjector:
description: CertManagerCAInjector includes spec for cert-manager-cainjector workload
properties:
resources:
description: ResourceRequirements describes the compute resource requirements.
properties:
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
type: object
type: object
type: object
certManagerController:
description: CertManagerController includes spec for cert-manager-controller workload
properties:
resources:
description: ResourceRequirements describes the compute resource requirements.
properties:
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
type: object
type: object
type: object
certManagerWebhook:
description: CertManagerWebhook includes spec for cert-manager-webhook workload
properties:
resources:
description: ResourceRequirements describes the compute resource requirements.
properties:
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
type: object
type: object
type: object
configMapWatcher:
description: ConfigMapWatcher includes spec for icp-configmap-watcher workload
properties:
resources:
description: ResourceRequirements describes the compute resource requirements.
properties:
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
type: object
type: object
type: object
disableHostNetwork:
type: boolean
enableCertRefresh:
description: EnableCertRefresh is a flag that can be set to enable the refresh of leaf certificates based on a root CA
type: boolean
enableWebhook:
type: boolean
imagePostFix:
type: string
imageRegistry:
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file Add custom validation using kubebuilder tags: https://book-v1.book.kubebuilder.io/beyond_basics/generating_crd.html'
type: string
refreshCertsBasedOnCA:
description: RefreshCertsBasedOnCA is a list of CA certificate names. Leaf certificates created from the CA will be refreshed when the CA is refreshed.
items:
properties:
certName:
type: string
namespace:
type: string
required:
- certName
- namespace
type: object
type: array
resourceNamespace:
type: string
version:
type: string
type: object
status:
description: CertManagerStatus defines the observed state of CertManager
properties:
certManagerStatus:
description: It will be as "OK when all objects are created successfully
type: string
required:
- certManagerStatus
type: object
type: object
served: true
storage: true
subresources:
status: {}
| 59.771739 | 347 | 0.511638 |
f790504334fd797129c613855af09edcf2d45c2e | 199 | yaml | YAML | kubes/pod-changed.yaml | linda-lai/from-docker-to-kubernetes | 2ed3d967b04e04d99418fbab47088ddba0cd248e | [
"CC0-1.0"
] | null | null | null | kubes/pod-changed.yaml | linda-lai/from-docker-to-kubernetes | 2ed3d967b04e04d99418fbab47088ddba0cd248e | [
"CC0-1.0"
] | null | null | null | kubes/pod-changed.yaml | linda-lai/from-docker-to-kubernetes | 2ed3d967b04e04d99418fbab47088ddba0cd248e | [
"CC0-1.0"
] | null | null | null | # This is an example of a pod
---
apiVersion: v1
kind: Pod
metadata:
name: "devopsgirls-pod"
labels:
name: "devopsgirls-pod"
spec:
containers:
- image: "nginx:latest"
name: nginx
| 15.307692 | 29 | 0.648241 |
f79092c3b1e5fcba98e4cd8a793e49e12b161317 | 171 | yaml | YAML | kubernetes/nginx/service.yaml | tommarvin/Victory-Royale | 60ca58d5d93c3c15f9bf7d1ebd4b29d5bfa59014 | [
"MIT"
] | null | null | null | kubernetes/nginx/service.yaml | tommarvin/Victory-Royale | 60ca58d5d93c3c15f9bf7d1ebd4b29d5bfa59014 | [
"MIT"
] | null | null | null | kubernetes/nginx/service.yaml | tommarvin/Victory-Royale | 60ca58d5d93c3c15f9bf7d1ebd4b29d5bfa59014 | [
"MIT"
] | null | null | null | apiVersion: v1
kind: Service
metadata:
name: balanceload
spec:
selector:
app: nginx
ports:
- port: 80
targetPort: 80
protocol: TCP
type: LoadBalancer | 14.25 | 20 | 0.678363 |
f790aa2f66601340448040deb20636d3ef64de55 | 317 | yaml | YAML | examples/files-app/service.yaml | MikeBild/introduction-kubernetes | 545b92e2781dba8a3acc7a4ef900544329dd51c2 | [
"MIT"
] | 5 | 2018-10-09T05:46:17.000Z | 2021-11-08T13:17:14.000Z | examples/files-app/service.yaml | MikeBild/introduction-kubernetes | 545b92e2781dba8a3acc7a4ef900544329dd51c2 | [
"MIT"
] | null | null | null | examples/files-app/service.yaml | MikeBild/introduction-kubernetes | 545b92e2781dba8a3acc7a4ef900544329dd51c2 | [
"MIT"
] | null | null | null | apiVersion: v1
kind: Service
metadata:
name: files-app
labels:
app: files
tier: frontend
annotations:
external-dns.alpha.kubernetes.io/hostname: files-app.workshops.mikebild.com.
spec:
selector:
app: files
tier: frontend
type: LoadBalancer
ports:
- port: 80
targetPort: 8080
| 17.611111 | 80 | 0.684543 |
f791545d857361113fa6ee3d5aabf100e34e49eb | 119 | yaml | YAML | examples/nginx/nginx-default-pod.yaml | yxun/kube-sandbox | 0d54ff5928d4bc18279e976b3662f434aed59bfd | [
"Apache-2.0"
] | null | null | null | examples/nginx/nginx-default-pod.yaml | yxun/kube-sandbox | 0d54ff5928d4bc18279e976b3662f434aed59bfd | [
"Apache-2.0"
] | null | null | null | examples/nginx/nginx-default-pod.yaml | yxun/kube-sandbox | 0d54ff5928d4bc18279e976b3662f434aed59bfd | [
"Apache-2.0"
] | null | null | null | apiVersion: v1
kind: Pod
metadata:
name: default-demo
spec:
containers:
- name: default-demo-ctr
image: nginx | 14.875 | 26 | 0.705882 |
f791617556e7e8ec5d56a485a360661090f7a1d2 | 929 | yaml | YAML | package-examples/mysql/mysql/templates/secrets.yaml | ashlineldridge/kpt | 89380efb1507563feec11a9a4e928736c4a8a2ca | [
"Apache-2.0"
] | 1 | 2020-11-22T02:34:07.000Z | 2020-11-22T02:34:07.000Z | package-examples/mysql/mysql/templates/secrets.yaml | ashlineldridge/kpt | 89380efb1507563feec11a9a4e928736c4a8a2ca | [
"Apache-2.0"
] | 4 | 2021-12-22T13:32:43.000Z | 2022-01-14T14:23:20.000Z | package-examples/mysql/mysql/templates/secrets.yaml | ashlineldridge/kpt | 89380efb1507563feec11a9a4e928736c4a8a2ca | [
"Apache-2.0"
] | 1 | 2020-09-02T06:53:29.000Z | 2020-09-02T06:53:29.000Z | # Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
# Source: mysql/templates/secrets.yaml
apiVersion: v1
kind: Secret
metadata:
name: release-name-mysql
namespace: default
labels:
app: release-name-mysql
chart: "mysql-1.3.1"
release: "release-name"
heritage: "Tiller"
type: Opaque
data:
mysql-root-password: "ZTdQVERPUXlteQ=="
mysql-password: "YW44eUtvSHl3aA=="
| 26.542857 | 74 | 0.728741 |
f791646738641602902aa921f45782b2fde5f093 | 2,290 | yaml | YAML | config/controller.yaml | n3wscott/maths | 91e533d25d73b734a8aeec64d574d8963ac4f069 | [
"Apache-2.0"
] | 1 | 2021-02-11T22:17:39.000Z | 2021-02-11T22:17:39.000Z | config/controller.yaml | n3wscott/maths | 91e533d25d73b734a8aeec64d574d8963ac4f069 | [
"Apache-2.0"
] | null | null | null | config/controller.yaml | n3wscott/maths | 91e533d25d73b734a8aeec64d574d8963ac4f069 | [
"Apache-2.0"
] | null | null | null | # Copyright 2019 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: apps/v1
kind: Deployment
metadata:
name: controller
namespace: maths
labels:
maths.tableflip.dev/release: devel
spec:
replicas: 1
selector:
matchLabels:
app: controller
template:
metadata:
labels:
app: controller
maths.tableflip.dev/release: devel
spec:
# To avoid node becoming SPOF, spread our replicas to different nodes.
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
labelSelector:
matchLabels:
app: controller
topologyKey: kubernetes.io/hostname
weight: 100
serviceAccountName: controller
containers:
- name: controller
# This is the Go import path for the binary that is containerized
# and substituted here.
image: ko://tableflip.dev/maths/cmd/controller
resources:
requests:
cpu: 100m
memory: 100Mi
limits:
cpu: 1000m
memory: 1000Mi
ports:
- name: metrics
containerPort: 9090
env:
- name: SYSTEM_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: CONFIG_LOGGING_NAME
value: config-logging
- name: CONFIG_OBSERVABILITY_NAME
value: config-observability
- name: METRICS_DOMAIN
value: tableflip.dev/maths
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
capabilities:
drop:
- all
| 28.987342 | 76 | 0.627511 |
f791da1a68e4545e4deb2f4a5eadcbe750f1e562 | 333 | yaml | YAML | roles/ks-monitor/files/prometheus/alertmanager/alertmanager-serviceAccount.yaml | yanolja/ks-installer | 9a75f24135651b321da0b02f408553ea05760ef1 | [
"Apache-2.0"
] | null | null | null | roles/ks-monitor/files/prometheus/alertmanager/alertmanager-serviceAccount.yaml | yanolja/ks-installer | 9a75f24135651b321da0b02f408553ea05760ef1 | [
"Apache-2.0"
] | null | null | null | roles/ks-monitor/files/prometheus/alertmanager/alertmanager-serviceAccount.yaml | yanolja/ks-installer | 9a75f24135651b321da0b02f408553ea05760ef1 | [
"Apache-2.0"
] | 1 | 2022-01-13T05:57:10.000Z | 2022-01-13T05:57:10.000Z | apiVersion: v1
kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/component: alert-router
app.kubernetes.io/instance: main
app.kubernetes.io/name: alertmanager
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 0.23.0
name: alertmanager-main
namespace: kubesphere-monitoring-system
| 27.75 | 46 | 0.75976 |
f79213d011ee543151445e7133d8d2c9af02ad34 | 62 | yaml | YAML | examples/issues/issue_0552/expected/~g_v1_namespace_thenamespace.yaml | tkellen/kustomize | e7fc0b8eda765f9f4a8627ed97ec77471155383e | [
"Apache-2.0"
] | 13 | 2019-09-13T10:03:10.000Z | 2022-02-02T12:54:21.000Z | examples/issues/issue_0552/expected/~g_v1_namespace_thenamespace.yaml | keleustes/kustomize | 13e100fd72957cf50ac21a093e88bdf793afeb4b | [
"Apache-2.0"
] | 1 | 2021-09-02T15:13:52.000Z | 2021-09-02T15:13:52.000Z | examples/issues/issue_0552/expected/~g_v1_namespace_thenamespace.yaml | puzzle/kustomize | 82bdd495fa2c1abcc46c744a67029631e2909f50 | [
"Apache-2.0"
] | 12 | 2019-09-13T17:52:37.000Z | 2021-12-23T07:59:45.000Z | apiVersion: v1
kind: Namespace
metadata:
name: thenamespace
| 12.4 | 20 | 0.790323 |
f7923b7d86e3f21e073c9aabed1cce60dad4f294 | 518 | yaml | YAML | SWIROperator/assets/clients/magazines_client.yaml | swir-rs/katacoda-scenarios | 05ef2271d46a183921c876296ef4e1a139c7a697 | [
"Apache-2.0"
] | null | null | null | SWIROperator/assets/clients/magazines_client.yaml | swir-rs/katacoda-scenarios | 05ef2271d46a183921c876296ef4e1a139c7a697 | [
"Apache-2.0"
] | null | null | null | SWIROperator/assets/clients/magazines_client.yaml | swir-rs/katacoda-scenarios | 05ef2271d46a183921c876296ef4e1a139c7a697 | [
"Apache-2.0"
] | null | null | null | apiVersion: apps/v1
kind: Deployment
metadata:
name: magazines
annotations:
"sidecar.jaegertracing.io/inject": "true"
labels:
app: swir
swir: magazines
spec:
replicas: 1
selector:
matchLabels:
app: swir
template:
metadata:
labels:
app: swir
spec:
containers:
- name: client
image: swir/swir-example-si-python-http-server:v0.3.2
env:
- name: ip
value: "127.0.0.1"
- name: port
value: "8090"
| 18.5 | 61 | 0.561776 |
f7924caf828a07bb01bc5dad6501cce847e848f9 | 211 | yml | YAML | non-oss/pharos_pro/addons/kontena-stats/resources/17-rbac-proxy-service.yml | Baremetrics/pharos-cluster | 504a6d1a3c0eaf34e09e4b62952bb76a6d38b99e | [
"Apache-2.0"
] | null | null | null | non-oss/pharos_pro/addons/kontena-stats/resources/17-rbac-proxy-service.yml | Baremetrics/pharos-cluster | 504a6d1a3c0eaf34e09e4b62952bb76a6d38b99e | [
"Apache-2.0"
] | null | null | null | non-oss/pharos_pro/addons/kontena-stats/resources/17-rbac-proxy-service.yml | Baremetrics/pharos-cluster | 504a6d1a3c0eaf34e09e4b62952bb76a6d38b99e | [
"Apache-2.0"
] | null | null | null | apiVersion: v1
kind: Service
metadata:
labels:
app: rbac-proxy
name: rbac-proxy
namespace: kontena-stats
spec:
ports:
- name: http
port: 80
targetPort: http
selector:
app: rbac-proxy
| 14.066667 | 26 | 0.663507 |
f792632fb9c56e5c9e9df0973a33425bc9e132a8 | 83 | yaml | YAML | kubernetes/efk/fluentd-service-account.yaml | Otus-DevOps-2021-06/vasilij-m_microservices | 578d64b45448ee43cc8ab8746486ae05db03db95 | [
"MIT"
] | null | null | null | kubernetes/efk/fluentd-service-account.yaml | Otus-DevOps-2021-06/vasilij-m_microservices | 578d64b45448ee43cc8ab8746486ae05db03db95 | [
"MIT"
] | null | null | null | kubernetes/efk/fluentd-service-account.yaml | Otus-DevOps-2021-06/vasilij-m_microservices | 578d64b45448ee43cc8ab8746486ae05db03db95 | [
"MIT"
] | null | null | null | apiVersion: v1
kind: ServiceAccount
metadata:
name: fluentd
namespace: default
| 13.833333 | 20 | 0.783133 |
f7926c2057120ecda6254db80294faa94d87d71d | 263 | yaml | YAML | manifests/base/03c_argo-ui-clusterrolebinding.yaml | elikatsis/argo | f92284d7108ebf92907008d8f12a0696ee467a43 | [
"Apache-2.0"
] | 2 | 2020-05-13T11:45:28.000Z | 2020-10-23T08:01:56.000Z | manifests/base/03c_argo-ui-clusterrolebinding.yaml | elikatsis/argo | f92284d7108ebf92907008d8f12a0696ee467a43 | [
"Apache-2.0"
] | 12 | 2020-07-07T08:06:48.000Z | 2020-10-22T06:48:36.000Z | manifests/cluster-install/argo-ui-rbac/argo-ui-clusterrolebinding.yaml | CyrusBiotechnology/argo | 6bddf6a4ae09e491591de2f15081ad1d37d60a97 | [
"Apache-2.0"
] | 3 | 2020-09-26T15:49:43.000Z | 2020-11-18T19:13:30.000Z | apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: argo-ui-binding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: argo-ui-cluster-role
subjects:
- kind: ServiceAccount
name: argo-ui
namespace: argo
| 20.230769 | 40 | 0.771863 |
f79323d9f978e7f720deaf97a6e081d3ee5dbe63 | 624 | yaml | YAML | config-root/namespaces/secret-infra/kubernetes-external-secrets/kubernetes-external-secrets-sa.yaml | chiyochan/jx3-gitops-repositories-jx3-gke-gsm | 0a14dac02256b52acd2ce389527341662c80752d | [
"Apache-2.0"
] | null | null | null | config-root/namespaces/secret-infra/kubernetes-external-secrets/kubernetes-external-secrets-sa.yaml | chiyochan/jx3-gitops-repositories-jx3-gke-gsm | 0a14dac02256b52acd2ce389527341662c80752d | [
"Apache-2.0"
] | null | null | null | config-root/namespaces/secret-infra/kubernetes-external-secrets/kubernetes-external-secrets-sa.yaml | chiyochan/jx3-gitops-repositories-jx3-gke-gsm | 0a14dac02256b52acd2ce389527341662c80752d | [
"Apache-2.0"
] | null | null | null | # Source: kubernetes-external-secrets/templates/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: kubernetes-external-secrets
namespace: "secret-infra"
annotations:
iam.gke.io/gcp-service-account: tf-jx-glowing-seagull-sm@plucky-sound-321314.iam.gserviceaccount.com
meta.helm.sh/release-name: 'kubernetes-external-secrets'
labels:
app.kubernetes.io/name: kubernetes-external-secrets
helm.sh/chart: kubernetes-external-secrets-6.3.0
app.kubernetes.io/instance: kubernetes-external-secrets
app.kubernetes.io/managed-by: Helm
gitops.jenkins-x.io/pipeline: 'namespaces'
| 39 | 104 | 0.775641 |
f79325cb068e75dd859ff10a95ef3f3c49dbfde7 | 210 | yaml | YAML | deploy/example/pvc-nfs-csi-static.yaml | steve-fraser/csi-driver-p9 | 6738ee5d10ac08516495e1db4ce0763483031760 | [
"Apache-2.0"
] | null | null | null | deploy/example/pvc-nfs-csi-static.yaml | steve-fraser/csi-driver-p9 | 6738ee5d10ac08516495e1db4ce0763483031760 | [
"Apache-2.0"
] | null | null | null | deploy/example/pvc-nfs-csi-static.yaml | steve-fraser/csi-driver-p9 | 6738ee5d10ac08516495e1db4ce0763483031760 | [
"Apache-2.0"
] | null | null | null | ---
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: pvc-p9-static
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 10Gi
volumeName: pv-p9
storageClassName: ""
| 15 | 27 | 0.695238 |
f79383634ff20646863ca8ea3df9a79c97b30710 | 6,170 | yaml | YAML | k8s/us-central1/gen/tf-nightly-maskrcnn-func-v3-8.yaml | michaelbanfield/ml-testing-accelerators | c88001b4b2a205d5fa193cfbe5af6728dd602ee1 | [
"Apache-2.0"
] | 1 | 2020-05-09T18:59:09.000Z | 2020-05-09T18:59:09.000Z | k8s/us-central1/gen/tf-nightly-maskrcnn-func-v3-8.yaml | michaelbanfield/ml-testing-accelerators | c88001b4b2a205d5fa193cfbe5af6728dd602ee1 | [
"Apache-2.0"
] | null | null | null | k8s/us-central1/gen/tf-nightly-maskrcnn-func-v3-8.yaml | michaelbanfield/ml-testing-accelerators | c88001b4b2a205d5fa193cfbe5af6728dd602ee1 | [
"Apache-2.0"
] | null | null | null | # Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"apiVersion": "batch/v1beta1"
"kind": "CronJob"
"metadata":
"name": "tf-nightly-maskrcnn-func-v3-8"
"namespace": "automated"
"spec":
"concurrencyPolicy": "Forbid"
"jobTemplate":
"spec":
"activeDeadlineSeconds": 3600
"backoffLimit": 1
"template":
"metadata":
"annotations":
"tf-version.cloud-tpus.google.com": "nightly"
"spec":
"containers":
- "env":
- "name": "POD_NAME"
"valueFrom":
"fieldRef":
"fieldPath": "metadata.name"
- "name": "POD_NAMESPACE"
"valueFrom":
"fieldRef":
"fieldPath": "metadata.namespace"
"image": "gcr.io/xl-ml-test/health-monitor:stable"
"imagePullPolicy": "Always"
"name": "monitor"
- "args":
- "python3"
- "official/vision/detection/main.py"
- "--model=mask_rcnn"
- |
--params_override="architecture":
"use_bfloat16": true
"eval":
"batch_size": 40
"eval_file_pattern": "$(COCO_DIR)/val*"
"val_json_file": "$(COCO_DIR)/instances_val2017.json"
"postprocess":
"pre_nms_num_boxes": 1000
"predict":
"batch_size": 40
"train":
"batch_size": 64
"checkpoint":
"path": "$(RESNET_PRETRAIN_DIR)/resnet50-checkpoint-2018-02-07"
"prefix": "resnet50/"
"iterations_per_loop": 5000
"total_steps": 1000
"train_file_pattern": "$(COCO_DIR)/train*"
- "--model_dir=$(MODEL_DIR)"
- "--mode=train"
- "--strategy_type=tpu"
- "--tpu=$(KUBE_GOOGLE_CLOUD_TPU_ENDPOINTS)"
"env":
- "name": "POD_NAME"
"valueFrom":
"fieldRef":
"fieldPath": "metadata.name"
- "name": "POD_UID"
"valueFrom":
"fieldRef":
"fieldPath": "metadata.uid"
- "name": "POD_NAMESPACE"
"valueFrom":
"fieldRef":
"fieldPath": "metadata.namespace"
- "name": "JOB_NAME"
"valueFrom":
"fieldRef":
"fieldPath": "metadata.labels['job-name']"
- "name": "MODEL_DIR"
"value": "$(OUTPUT_BUCKET)/tf-nightly/maskrcnn/func/v3-8/$(JOB_NAME)"
"envFrom":
- "configMapRef":
"name": "gcs-buckets"
"image": "gcr.io/xl-ml-test/tensorflow:nightly"
"imagePullPolicy": "Always"
"name": "train"
"resources":
"limits":
"cloud-tpus.google.com/preemptible-v3": 8
"requests":
"cpu": 2
"memory": "20G"
"volumeMounts":
- "mountPath": "/dev/shm"
"name": "dshm"
"readOnly": false
"initContainers":
- "env":
- "name": "POD_NAME"
"valueFrom":
"fieldRef":
"fieldPath": "metadata.name"
- "name": "POD_UID"
"valueFrom":
"fieldRef":
"fieldPath": "metadata.uid"
- "name": "POD_NAMESPACE"
"valueFrom":
"fieldRef":
"fieldPath": "metadata.namespace"
- "name": "JOB_NAME"
"valueFrom":
"fieldRef":
"fieldPath": "metadata.labels['job-name']"
- "name": "MODEL_DIR"
"value": "$(OUTPUT_BUCKET)/tf-nightly/maskrcnn/func/v3-8/$(JOB_NAME)"
- "name": "METRIC_CONFIG"
"value": |
{
"metric_collection_config": {
"default_aggregation_strategies": [
"final"
],
"metric_to_aggregation_strategies": {
"examples_per_second": [
"average"
]
},
"use_run_name_prefix": true,
"write_to_bigquery": true
},
"regression_test_config": {
"metric_success_conditions": {
"examples_per_second_average": {
"comparison": "greater_or_equal",
"success_threshold": {
"stddevs_from_mean": 4
}
},
"total_wall_time": {
"comparison": "less",
"success_threshold": {
"stddevs_from_mean": 5
},
"wait_for_n_points_of_history": 10
}
}
},
"test_name": "tf-nightly-maskrcnn-func-v3-8"
}
"envFrom":
- "configMapRef":
"name": "gcs-buckets"
"image": "gcr.io/xl-ml-test/publisher:stable"
"imagePullPolicy": "Always"
"name": "publisher"
"nodeSelector":
"tpu-available": "true"
"restartPolicy": "Never"
"volumes":
- "emptyDir":
"medium": "Memory"
"name": "dshm"
"schedule": "0 8 * * *"
"successfulJobsHistoryLimit": 1
"suspend": true | 35.257143 | 83 | 0.453971 |
f793e045fafbcecffaa210854a510f0b504350c0 | 388 | yml | YAML | controllers/cronjob.yml | gortyy/k8s | 5accfa1af746315ab36c2e872f1cf83e5126a9b0 | [
"MIT"
] | 2 | 2018-12-14T13:09:01.000Z | 2018-12-14T15:19:40.000Z | controllers/cronjob.yml | gortyy/k8s | 5accfa1af746315ab36c2e872f1cf83e5126a9b0 | [
"MIT"
] | null | null | null | controllers/cronjob.yml | gortyy/k8s | 5accfa1af746315ab36c2e872f1cf83e5126a9b0 | [
"MIT"
] | null | null | null | apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: example-job-every-quarter
spec:
schedule: "0,15,30,45 * * * *"
startingDeadlineSeconds: 15
jobTemplate:
spec:
template:
metadata:
labels:
app: periodic-job
spec:
restartPolicy: OnFailure
containers:
- name: job
image: luksa/batch-job
| 20.421053 | 34 | 0.574742 |
f793e22d138506752dedc5924f67d18a8f721dac | 193 | yaml | YAML | examples/standard/service-account.yaml | ikaruswill/kube-state-metrics | aa8a0afbd33d1b1df2303434e929464fdefa22e7 | [
"Apache-2.0"
] | null | null | null | examples/standard/service-account.yaml | ikaruswill/kube-state-metrics | aa8a0afbd33d1b1df2303434e929464fdefa22e7 | [
"Apache-2.0"
] | null | null | null | examples/standard/service-account.yaml | ikaruswill/kube-state-metrics | aa8a0afbd33d1b1df2303434e929464fdefa22e7 | [
"Apache-2.0"
] | null | null | null | apiVersion: v1
kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/name: kube-state-metrics
app.kubernetes.io/version: v1.9.4
name: kube-state-metrics
namespace: kube-system
| 21.444444 | 46 | 0.746114 |
f7945698a768623a97e749103c74bf69928c4984 | 2,615 | yaml | YAML | config-root/namespaces/jx/lighthouse/lighthouse-foghorn-deploy.yaml | jenkinsxgitorg/jx3-kube-setup | e7df1b8129650a291fe77f6f58a693a059b93251 | [
"Apache-2.0"
] | null | null | null | config-root/namespaces/jx/lighthouse/lighthouse-foghorn-deploy.yaml | jenkinsxgitorg/jx3-kube-setup | e7df1b8129650a291fe77f6f58a693a059b93251 | [
"Apache-2.0"
] | 6 | 2022-02-13T07:56:40.000Z | 2022-02-20T07:22:26.000Z | config-root/namespaces/jx/lighthouse/lighthouse-foghorn-deploy.yaml | jenkinsxgitorg/jx3-kube-setup | e7df1b8129650a291fe77f6f58a693a059b93251 | [
"Apache-2.0"
] | null | null | null | # Source: lighthouse/templates/foghorn-deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: lighthouse-foghorn
labels:
chart: "lighthouse-1.5.10"
app: lighthouse-foghorn
gitops.jenkins-x.io/pipeline: 'namespaces'
annotations:
meta.helm.sh/release-name: 'lighthouse'
wave.pusher.com/update-on-config-change: 'true'
namespace: jx
spec:
replicas: 1
selector:
matchLabels:
app: lighthouse-foghorn
template:
metadata:
labels:
app: lighthouse-foghorn
annotations:
jenkins-x.io/hash: '6d3939d6f6959c729794e49116e266b7584fcbf15dbabd0db30f725dad149252'
spec:
serviceAccountName: lighthouse-foghorn
containers:
- name: lighthouse-foghorn
image: ghcr.io/jenkins-x/lighthouse-foghorn:1.5.10
imagePullPolicy: IfNotPresent
args:
- "--namespace=jx"
env:
- name: "GIT_KIND"
value: "github"
- name: "GIT_SERVER"
value: "https://github.com"
- name: "GIT_USER"
value: dineshgitbot
- name: "GIT_TOKEN"
valueFrom:
secretKeyRef:
name: lighthouse-oauth-token
key: oauth
- name: "HMAC_TOKEN"
valueFrom:
secretKeyRef:
name: "lighthouse-hmac-token"
key: hmac
optional: false
- name: "JX_LOG_FORMAT"
value: "json"
- name: "LOGRUS_FORMAT"
value: "json"
- name: LOGRUS_SERVICE
value: "lighthouse"
- name: LOGRUS_SERVICE_VERSION
value: "1.5.10"
- name: LOGRUS_STACK_SKIP
value: ""
- name: DEFAULT_PIPELINE_RUN_SERVICE_ACCOUNT
value: "tekton-bot"
- name: DEFAULT_PIPELINE_RUN_TIMEOUT
value: "2h0m0s"
- name: FILE_BROWSER
value: "git"
- name: JX_DEFAULT_IMAGE
value: "ghcr.io/jenkins-x/builder-maven:2.1.149-768"
- name: LIGHTHOUSE_DASHBOARD_TEMPLATE
value: "namespaces/{{ .Namespace }}/pipelineruns/{{ .PipelineRun }}"
- name: LIGHTHOUSE_VERSIONSTREAM_JENKINS_X_JX3_PIPELINE_CATALOG
value: "8f23a5446f6f026f5395d53298638faec245136e"
resources:
limits:
cpu: 100m
memory: 256Mi
requests:
cpu: 80m
memory: 128Mi
terminationGracePeriodSeconds: 180
| 32.283951 | 93 | 0.551052 |
f794a3f4756bb4738ba0175d4e8793007159af73 | 428 | yaml | YAML | document/kubernetes/total_conf/helm_local/base_env/kubernetes/env/rabbitmq-service.yaml | lWoHvYe/mall-swarm | b2417c6f5f5c28e03a0ec84064842b88f666859f | [
"Apache-2.0"
] | 1 | 2021-01-14T14:24:45.000Z | 2021-01-14T14:24:45.000Z | document/kubernetes/total_conf/helm_local/base_env/kubernetes/env/rabbitmq-service.yaml | lWoHvYe/mall-swarm | b2417c6f5f5c28e03a0ec84064842b88f666859f | [
"Apache-2.0"
] | null | null | null | document/kubernetes/total_conf/helm_local/base_env/kubernetes/env/rabbitmq-service.yaml | lWoHvYe/mall-swarm | b2417c6f5f5c28e03a0ec84064842b88f666859f | [
"Apache-2.0"
] | null | null | null | apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.22.0 (955b78124)
labels:
io.kompose.service: rabbitmq
name: rabbitmq
spec:
ports:
- name: "5672"
port: 5672
targetPort: 5672
nodePort: 5672
- name: "15672"
port: 15672
targetPort: 15672
nodePort: 15672
type: NodePort
selector:
io.kompose.service: rabbitmq
| 18.608696 | 39 | 0.64486 |
f794d77fa560338c2ca1aa63c8ef15e0b21f7b9a | 865 | yaml | YAML | manifests/cassandra-service.yaml | edwardmedia/gke-stateful-applications-demo | b0dc25ef49568e524c3fada165fbe0012dd2badf | [
"Apache-2.0"
] | 38 | 2018-07-25T15:40:02.000Z | 2021-01-27T20:44:27.000Z | manifests/cassandra-service.yaml | edwardmedia/gke-stateful-applications-demo | b0dc25ef49568e524c3fada165fbe0012dd2badf | [
"Apache-2.0"
] | 25 | 2018-08-06T20:49:31.000Z | 2021-10-19T02:35:25.000Z | manifests/cassandra-service.yaml | edwardmedia/gke-stateful-applications-demo | b0dc25ef49568e524c3fada165fbe0012dd2badf | [
"Apache-2.0"
] | 40 | 2018-07-25T15:51:50.000Z | 2022-01-29T18:36:23.000Z | # Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Headless Services for C*
# See
# https://kubernetes.io/docs/concepts/services-networking/service/#headless-services
#
apiVersion: v1
kind: Service
metadata:
labels:
app: cassandra
name: cassandra
spec:
clusterIP: None
ports:
- port: 9042
selector:
app: cassandra
| 27.03125 | 84 | 0.744509 |
f794f22b63343049b1f406e94dba56eec726b29e | 1,272 | yaml | YAML | monitoring/prometheus/prometheus-deployment.yaml | Lukejkw/picluster | 13cd39652c5ec2e2107187277b4f8b6cdbc64082 | [
"MIT"
] | null | null | null | monitoring/prometheus/prometheus-deployment.yaml | Lukejkw/picluster | 13cd39652c5ec2e2107187277b4f8b6cdbc64082 | [
"MIT"
] | null | null | null | monitoring/prometheus/prometheus-deployment.yaml | Lukejkw/picluster | 13cd39652c5ec2e2107187277b4f8b6cdbc64082 | [
"MIT"
] | null | null | null | apiVersion: apps/v1
kind: Deployment
metadata:
name: prometheus
namespace: monitoring
labels:
app: prometheus
spec:
replicas: 1
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
selector:
matchLabels:
app: prometheus
template:
metadata:
labels:
app: prometheus
version: '3'
annotations:
prometheus.io/scrape: 'true'
prometheus.io/port: '9090'
spec:
containers:
- name: prometheus
image: prom/prometheus
args:
- '--storage.tsdb.retention=6h'
- '--storage.tsdb.path=/prometheus'
- '--config.file=/etc/prometheus/prometheus.yml'
ports:
- name: web
containerPort: 9090
volumeMounts:
- name: prometheus-config-volume
mountPath: /etc/prometheus
- name: prometheus-storage-volume
mountPath: /prometheus
restartPolicy: Always
volumes:
- name: prometheus-config-volume
configMap:
defaultMode: 420
name: prometheus-config
- name: prometheus-storage-volume
persistentVolumeClaim:
claimName: pvc-nfs-data
| 24 | 60 | 0.569182 |
f79561c43321072e998aa2bec1b9f5ebf45ad173 | 225 | yaml | YAML | rules-tests/rule-can-update-configmap-v1/role-rolebinding/input/role.yaml | Daniel-GrunbergerCA/regolibrary | e3ecf17857ef80b12af243383da545aba02a42d1 | [
"Apache-2.0"
] | null | null | null | rules-tests/rule-can-update-configmap-v1/role-rolebinding/input/role.yaml | Daniel-GrunbergerCA/regolibrary | e3ecf17857ef80b12af243383da545aba02a42d1 | [
"Apache-2.0"
] | null | null | null | rules-tests/rule-can-update-configmap-v1/role-rolebinding/input/role.yaml | Daniel-GrunbergerCA/regolibrary | e3ecf17857ef80b12af243383da545aba02a42d1 | [
"Apache-2.0"
] | null | null | null | apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: test
namespace: kube-system
rules:
- apiGroups: [""]
resources: ["configmap", "secrets","serviceaccounts", "services", "*"]
verbs: ["list", "update"] | 25 | 72 | 0.684444 |
f7959af3c3ef256a49dc3be44b521cfdc5ef631f | 172 | yaml | YAML | scripts/quota/compute-quota.yaml | PrasadHonrao/docker-k8s-apps | 8793ea01901729ee1529b36e6f01e5e6245e83a0 | [
"MIT"
] | null | null | null | scripts/quota/compute-quota.yaml | PrasadHonrao/docker-k8s-apps | 8793ea01901729ee1529b36e6f01e5e6245e83a0 | [
"MIT"
] | null | null | null | scripts/quota/compute-quota.yaml | PrasadHonrao/docker-k8s-apps | 8793ea01901729ee1529b36e6f01e5e6245e83a0 | [
"MIT"
] | null | null | null | apiVersion: v1
kind: ResourceQuota
metadata:
name: compute-quota
namespace: dev-namespace
spec:
hard:
pods: "10"
requests.cpu: "4"
requests.memory: "4Gi"
| 15.636364 | 26 | 0.680233 |
f795a1c9bd677f4bd028685ec9a043d61a5f76bb | 144 | yaml | YAML | built-in-references/Kubernetes/perf/violations/violation6008.yaml | sw47/azure-policy | 4a38e4cb4047b5364902653f0defe45f1b21bc61 | [
"MIT"
] | null | null | null | built-in-references/Kubernetes/perf/violations/violation6008.yaml | sw47/azure-policy | 4a38e4cb4047b5364902653f0defe45f1b21bc61 | [
"MIT"
] | null | null | null | built-in-references/Kubernetes/perf/violations/violation6008.yaml | sw47/azure-policy | 4a38e4cb4047b5364902653f0defe45f1b21bc61 | [
"MIT"
] | null | null | null | apiVersion: v1
kind: Pod
metadata:
name: image-demo-6008
spec:
containers:
- name: nginx
image: nginx #ritaacr.azurecr.io/nginx:latest | 18 | 49 | 0.722222 |
f795aa6c68677914e7443eef9b41fb6aefb97f8b | 20,372 | yaml | YAML | kustomize/base/monitoring/dashboards/grafana-dashboard-blackbox-http.yaml | defenestration/flux-kustomize-example | ca6fdf254a90fb7caae20207de1d5a3cba66132c | [
"Apache-2.0"
] | null | null | null | kustomize/base/monitoring/dashboards/grafana-dashboard-blackbox-http.yaml | defenestration/flux-kustomize-example | ca6fdf254a90fb7caae20207de1d5a3cba66132c | [
"Apache-2.0"
] | null | null | null | kustomize/base/monitoring/dashboards/grafana-dashboard-blackbox-http.yaml | defenestration/flux-kustomize-example | ca6fdf254a90fb7caae20207de1d5a3cba66132c | [
"Apache-2.0"
] | null | null | null | apiVersion: v1
kind: ConfigMap
metadata:
name: grafana-dashboard-blackbox-http
namespace: monitoring
labels:
grafana_dashboard: "1"
data:
#https://grafana.com/grafana/dashboards/7587 , modified to add module, datasource
blackbox-http.json: |
{ "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "Prometheus Blackbox Exporter Overview", "editable": true, "gnetId": 7587, "graphTooltip": 0, "iteration": 1618947268180, "links": [], "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "Prometheus", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 0 }, "hiddenSeries": false, "id": 138, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.4.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "probe_duration_seconds{instance=~\"$target\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "{{ instance }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Global Probe Duration", "tooltip": { "shared": true, "sort": 1, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "s", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "collapsed": false, "datasource": "Prometheus", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 8 }, "id": 15, "panels": [], "repeat": "target", "scopedVars": { "target": { "selected": true, "text": "https://myaccount.techsmith.com", "value": "https://myaccount.techsmith.com" } }, "title": "$target status", "type": "row" }, { "cacheTimeout": null, "colorBackground": true, "colorValue": false, "colors": [ "#d44a3a", "rgba(237, 129, 40, 0.89)", "#299c46" ], "datasource": "Prometheus", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 4, "x": 0, "y": 9 }, "id": 2, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "maxPerRow": 8, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "repeat": null, "repeatDirection": "v", "scopedVars": { "target": { "selected": true, "text": "https://myaccount.techsmith.com", "value": "https://myaccount.techsmith.com" } }, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "probe_success{instance=~\"$target\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "thresholds": "1,1", "title": "Status", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" }, { "op": "=", "text": "UP", "value": "1" }, { "op": "=", "text": "DOWN", "value": "0" } ], "valueName": "current" }, { "aliasColors": {}, "bars": false, "cacheTimeout": null, "dashLength": 10, "dashes": false, "datasource": "Prometheus", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 6, "x": 4, "y": 9 }, "hiddenSeries": false, "id": 139, "interval": null, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "maxDataPoints": 100, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.4.3", "pointradius": 2, "points": false, "renderer": "flot", "repeatDirection": "v", "scopedVars": { "target": { "selected": true, "text": "https://myaccount.techsmith.com", "value": "https://myaccount.techsmith.com" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "probe_success{instance=~\"$target\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "{{instance}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Status", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:109", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:110", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "Prometheus", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 6, "x": 10, "y": 9 }, "hiddenSeries": false, "id": 25, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.4.3", "pointradius": 5, "points": false, "renderer": "flot", "scopedVars": { "target": { "selected": true, "text": "https://myaccount.techsmith.com", "value": "https://myaccount.techsmith.com" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "probe_http_duration_seconds{instance=~\"$target\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "{{ phase }}", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "HTTP Duration", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "s", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "Prometheus", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 8, "x": 16, "y": 9 }, "hiddenSeries": false, "id": 17, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.4.3", "pointradius": 5, "points": false, "renderer": "flot", "repeat": null, "scopedVars": { "target": { "selected": true, "text": "https://myaccount.techsmith.com", "value": "https://myaccount.techsmith.com" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "probe_duration_seconds{instance=~\"$target\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "seconds", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Probe Duration", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "s", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "Prometheus", "decimals": 0, "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 4, "x": 0, "y": 11 }, "id": 20, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "maxPerRow": 8, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "repeat": null, "repeatDirection": "h", "scopedVars": { "target": { "selected": true, "text": "https://myaccount.techsmith.com", "value": "https://myaccount.techsmith.com" } }, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "probe_http_status_code{instance=~\"$target\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "thresholds": "201, 399", "title": "HTTP Status Code", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" }, { "op": "=", "text": "YES", "value": "1" }, { "op": "=", "text": "N/A", "value": "0" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "Prometheus", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 4, "x": 0, "y": 13 }, "id": 27, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "scopedVars": { "target": { "selected": true, "text": "https://myaccount.techsmith.com", "value": "https://myaccount.techsmith.com" } }, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "probe_http_version{instance=~\"$target\"}", "format": "time_series", "intervalFactor": 1, "refId": "A" } ], "thresholds": "", "title": "HTTP Version", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#d44a3a", "rgba(237, 129, 40, 0.89)", "#299c46" ], "datasource": "Prometheus", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 4, "x": 0, "y": 15 }, "id": 18, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "maxPerRow": 8, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "repeat": null, "repeatDirection": "v", "scopedVars": { "target": { "selected": true, "text": "https://myaccount.techsmith.com", "value": "https://myaccount.techsmith.com" } }, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "probe_http_ssl{instance=~\"$target\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "thresholds": "0, 1", "title": "SSL", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" }, { "op": "=", "text": "YES", "value": "1" }, { "op": "=", "text": "NO", "value": "0" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#d44a3a", "rgba(237, 129, 40, 0.89)", "#299c46" ], "datasource": "Prometheus", "decimals": 2, "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "format": "dtdurations", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 10, "x": 4, "y": 15 }, "id": 19, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "maxPerRow": 8, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "repeat": null, "repeatDirection": "h", "scopedVars": { "target": { "selected": true, "text": "https://myaccount.techsmith.com", "value": "https://myaccount.techsmith.com" } }, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "probe_ssl_earliest_cert_expiry{instance=~\"$target\"} - time()", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "thresholds": "0,1209600", "timeFrom": null, "title": "SSL Expiry", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" }, { "op": "=", "text": "YES", "value": "1" }, { "op": "=", "text": "NO", "value": "0" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "Prometheus", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "format": "s", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 5, "x": 14, "y": 15 }, "id": 23, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "repeat": null, "scopedVars": { "target": { "selected": true, "text": "https://myaccount.techsmith.com", "value": "https://myaccount.techsmith.com" } }, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "avg(probe_duration_seconds{instance=~\"$target\"})", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "thresholds": "", "title": "Average Probe Duration", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "Prometheus", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "format": "s", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 5, "x": 19, "y": 15 }, "id": 24, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "repeat": null, "repeatDirection": "h", "scopedVars": { "target": { "selected": true, "text": "https://myaccount.techsmith.com", "value": "https://myaccount.techsmith.com" } }, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "avg(probe_dns_lookup_time_seconds{instance=~\"$target\"})", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "thresholds": "", "title": "Average DNS Lookup", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" } ], "refresh": "10s", "schemaVersion": 27, "style": "dark", "tags": [ "blackbox", "prometheus" ], "templating": { "list": [ { "auto": true, "auto_count": 10, "auto_min": "10s", "current": { "selected": false, "text": "10s", "value": "10s" }, "description": null, "error": null, "hide": 0, "label": "Interval", "name": "interval", "options": [ { "selected": false, "text": "auto", "value": "$__auto_interval_interval" }, { "selected": false, "text": "5s", "value": "5s" }, { "selected": true, "text": "10s", "value": "10s" }, { "selected": false, "text": "30s", "value": "30s" }, { "selected": false, "text": "1m", "value": "1m" }, { "selected": false, "text": "10m", "value": "10m" }, { "selected": false, "text": "30m", "value": "30m" }, { "selected": false, "text": "1h", "value": "1h" }, { "selected": false, "text": "6h", "value": "6h" }, { "selected": false, "text": "12h", "value": "12h" }, { "selected": false, "text": "1d", "value": "1d" }, { "selected": false, "text": "7d", "value": "7d" }, { "selected": false, "text": "14d", "value": "14d" }, { "selected": false, "text": "30d", "value": "30d" } ], "query": "5s,10s,30s,1m,10m,30m,1h,6h,12h,1d,7d,14d,30d", "refresh": 2, "skipUrlSync": false, "type": "interval" }, { "allValue": null, "current": { "selected": false, "text": "http_2xx", "value": "http_2xx" }, "datasource": "Prometheus", "definition": "label_values(probe_success, module)", "description": null, "error": null, "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "module", "options": [], "query": { "query": "label_values(probe_success, module)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": { "selected": true, "tags": [], "text": [ "https://myaccount.techsmith.com" ], "value": [ "https://myaccount.techsmith.com" ] }, "datasource": "Prometheus", "definition": "label_values(probe_success{module=\"$module\"}, instance)", "description": null, "error": null, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "target", "options": [], "query": { "query": "label_values(probe_success{module=\"$module\"}, instance)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "Prometheus Blackbox Exporter", "uid": "xtkCtBkiz", "version": 1 } | 1,852 | 20,116 | 0.584724 |
f795f754c1f24e6cf6202be6900a491c55e9f144 | 1,905 | yaml | YAML | deployments/kubernetes-manifests/kubernetes-dashboard/dashboard-not-secure.yaml | IBM/airock-server | 233323304d5918ddf04d809c0efddfb6cb3f0d9b | [
"MIT"
] | null | null | null | deployments/kubernetes-manifests/kubernetes-dashboard/dashboard-not-secure.yaml | IBM/airock-server | 233323304d5918ddf04d809c0efddfb6cb3f0d9b | [
"MIT"
] | null | null | null | deployments/kubernetes-manifests/kubernetes-dashboard/dashboard-not-secure.yaml | IBM/airock-server | 233323304d5918ddf04d809c0efddfb6cb3f0d9b | [
"MIT"
] | null | null | null | kind: Deployment
apiVersion: apps/v1
metadata:
labels:
k8s-app: kubernetes-dashboard-not-secure
name: kubernetes-dashboard-not-secure
namespace: kubernetes-dashboard
spec:
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
k8s-app: kubernetes-dashboard-not-secure
template:
metadata:
labels:
k8s-app: kubernetes-dashboard-not-secure
spec:
nodeSelector:
pod-type: general
containers:
- name: kubernetes-dashboard-not-secure
image: kubernetesui/dashboard:v2.0.0-beta8
imagePullPolicy: Always
ports:
- containerPort: 9090
protocol: TCP
args:
- --namespace=kubernetes-dashboard
- --enable-insecure-login=true
# Uncomment the following line to manually specify Kubernetes API server Host
# If not specified, Dashboard will attempt to auto discover the API server and connect
# to it. Uncomment only if the default does not work.
# - --apiserver-host=http://my-address:port
volumeMounts:
- name: kubernetes-dashboard-certs
mountPath: /certs
# Create on-disk volume to store exec logs
- mountPath: /tmp
name: tmp-volume
livenessProbe:
httpGet:
scheme: HTTP
path: /
port: 9090
initialDelaySeconds: 30
timeoutSeconds: 30
volumes:
- name: kubernetes-dashboard-certs
secret:
secretName: kubernetes-dashboard-certs
- name: tmp-volume
emptyDir: {}
serviceAccountName: kubernetes-dashboard
# Comment the following tolerations if Dashboard must not be deployed on master
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
| 32.288136 | 98 | 0.60315 |
f79602baba1085046b3a6012d60ea2f1dce44389 | 373 | yaml | YAML | base/grafana/grafana.ClusterRoleBinding.yaml | sunghoonkim-wk/deploy-sourcegraph | 60f64e739597b1a472ce848fed950ce2f2fc7f7f | [
"MIT"
] | 2 | 2021-06-04T00:50:54.000Z | 2021-11-15T09:58:56.000Z | base/grafana/grafana.ClusterRoleBinding.yaml | sunghoonkim-wk/deploy-sourcegraph | 60f64e739597b1a472ce848fed950ce2f2fc7f7f | [
"MIT"
] | 3 | 2021-08-31T23:13:45.000Z | 2022-01-22T19:09:21.000Z | base/grafana/grafana.ClusterRoleBinding.yaml | Stanislav1975/deploy-sourcegraph | b12a8ddcd6b7303af90aba7d60d15d37f7e97be9 | [
"MIT"
] | 2 | 2020-11-16T20:25:58.000Z | 2021-01-14T22:21:06.000Z | apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
category: rbac
deploy: sourcegraph
name: grafana
roleRef:
apiGroup: ""
kind: ClusterRole
name: grafana
subjects:
- kind: ServiceAccount
name: grafana
# value of namespace needs to match namespace value in base/grafana/grafana.ServiceAccount.yaml
namespace: default
| 21.941176 | 97 | 0.761394 |
f796612377427d21442cb95e90193eeed5a2e296 | 596 | yaml | YAML | learning/voting-app/redis/deployment.yaml | pataraco/docker | 502ba11ff12009d16731412cb89ee66f9e230256 | [
"MIT"
] | null | null | null | learning/voting-app/redis/deployment.yaml | pataraco/docker | 502ba11ff12009d16731412cb89ee66f9e230256 | [
"MIT"
] | 10 | 2019-11-27T01:37:34.000Z | 2022-02-26T17:34:24.000Z | learning/voting-app/redis/deployment.yaml | pataraco/docker | 502ba11ff12009d16731412cb89ee66f9e230256 | [
"MIT"
] | null | null | null | ---
apiVersion: apps/v1
kind: Deployment
metadata:
name: redis
namespace: voting-app
labels:
app: voting-app
name: redis-deployment
spec:
replicas: 1
selector:
matchLabels:
app: voting-app
name: redis-pod
# name: redis-rs
# name: redis
template:
metadata:
labels:
app: voting-app
name: redis-pod
# name: redis-rs
# name: redis
spec:
containers:
- image: redis
name: redis
ports:
- containerPort: 6379
# nodeSelector:
# kubernetes.io/role: worker
| 18.060606 | 34 | 0.558725 |
f7966807e49c944494090bfce04c8324f9a508ad | 791 | yaml | YAML | es-configmap.yaml | adamdallis/kubernetes-elasticsearch-cluster-azure | 2003ffa476f78cb5670e46155ed080a8f09f1328 | [
"Apache-2.0"
] | null | null | null | es-configmap.yaml | adamdallis/kubernetes-elasticsearch-cluster-azure | 2003ffa476f78cb5670e46155ed080a8f09f1328 | [
"Apache-2.0"
] | null | null | null | es-configmap.yaml | adamdallis/kubernetes-elasticsearch-cluster-azure | 2003ffa476f78cb5670e46155ed080a8f09f1328 | [
"Apache-2.0"
] | null | null | null | apiVersion: v1
kind: ConfigMap
metadata:
name: elasticsearch-config
namespace: ftc-elasticsearch-cluster
data:
elasticsearch.yml: |
cluster.name: "myesdb"
node:
master: ${NODE_MASTER}
data: ${NODE_DATA}
name: ${NODE_NAME}
ingest: ${NODE_INGEST}
max_local_storage_nodes: 1
processors: ${PROCESSORS:1}
network.host: 0.0.0.0
#path:
# data: /data
# logs: /logs
#repo: ${REPO_LOCATIONS}
bootstrap:
memory_lock: ${MEMORY_LOCK}
http:
enabled: "true"
compression: true
cors:
enabled: "true"
allow-origin: "*"
discovery:
zen:
ping.unicast.hosts: ${DISCOVERY_SERVICE}
minimum_master_nodes: ${NUMBER_OF_MASTERS}
| 20.282051 | 51 | 0.576485 |
f797faf2432224bc33f90dd8231bbd30ce248f05 | 1,016 | yaml | YAML | k8s/charts/kamailio/templates/daemonset.yaml | OpsProLab/otus_devops_project | 35fcc01006c4a0cd45a44f4fadd757682af4e5cb | [
"Apache-2.0"
] | null | null | null | k8s/charts/kamailio/templates/daemonset.yaml | OpsProLab/otus_devops_project | 35fcc01006c4a0cd45a44f4fadd757682af4e5cb | [
"Apache-2.0"
] | null | null | null | k8s/charts/kamailio/templates/daemonset.yaml | OpsProLab/otus_devops_project | 35fcc01006c4a0cd45a44f4fadd757682af4e5cb | [
"Apache-2.0"
] | 2 | 2019-12-25T07:38:55.000Z | 2020-04-22T22:53:30.000Z | apiVersion: apps/v1
kind: DaemonSet
metadata:
name: kamailio
namespace: voip
labels:
component: kamailio
spec:
selector:
matchLabels:
component: kamailio
template:
metadata:
name: kamailio
labels:
component: kamailio
spec:
nodeSelector:
cloud.google.com/gke-nodepool: kamailio
hostNetwork: true
volumes:
- name: config
containers:
- name: kamailio
image: atsip/kamailio
env:
- name: CLOUD
value: gcp
volumeMounts:
- name: config
mountPath: /data/kamailio
- name: rtpproxy
image: atsip/rtpproxy
env:
- name: CLOUD
value: gcp
- name: dispatchers
image: cycoresystems/dispatchers
command:
- /app
- "-set"
- voip:asterisk=1:5080
volumeMounts:
- name: config
mountPath: /data/kamailio
| 22.086957 | 47 | 0.518701 |
f797fd50ad375b2dbebd9b498badd924d5bff976 | 2,851 | yaml | YAML | operators/community-kubevirt-hyperconverged/1.5.0/manifests/hco02.crd.yaml | eemcmullan/community-operators-prod | 781ce347284282f7f37d431df1fd035d7232c47b | [
"Apache-2.0"
] | 88 | 2019-03-28T09:43:36.000Z | 2022-03-15T11:59:17.000Z | operators/community-kubevirt-hyperconverged/1.5.0/manifests/hco02.crd.yaml | eemcmullan/community-operators-prod | 781ce347284282f7f37d431df1fd035d7232c47b | [
"Apache-2.0"
] | 1,762 | 2019-03-08T23:10:43.000Z | 2022-03-31T21:27:01.000Z | operators/community-kubevirt-hyperconverged/1.5.0/manifests/hco02.crd.yaml | eemcmullan/community-operators-prod | 781ce347284282f7f37d431df1fd035d7232c47b | [
"Apache-2.0"
] | 305 | 2021-07-15T09:04:42.000Z | 2022-03-30T08:20:29.000Z | ---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: ovirtproviders.v2v.kubevirt.io
spec:
group: v2v.kubevirt.io
names:
kind: OVirtProvider
listKind: OVirtProviderList
plural: ovirtproviders
singular: ovirtprovider
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: OVirtProvider is the Schema for the ovirtproviders API
properties:
apiVersion:
description: |-
APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
type: string
kind:
description: |-
Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
type: string
metadata:
type: object
spec:
description: OVirtProviderSpec defines the desired state of OVirtProvider
properties:
connection:
type: string
timeToLive:
type: string
vms:
items:
description: OVirtVM aligns with maintained UI interface
properties:
cluster:
type: string
detail:
description: OVirtVMDetail contains ovirt vm details as json
string
properties:
raw:
type: string
type: object
detailRequest:
type: boolean
id:
type: string
name:
type: string
required:
- cluster
- id
- name
type: object
type: array
type: object
status:
description: OVirtProviderStatus defines the observed state of OVirtProvider
properties:
phase:
description: VirtualMachineProviderPhase defines provider phase
type: string
type: object
type: object
served: true
storage: true
subresources:
status: {}
| 36.088608 | 181 | 0.516661 |
f798255de58377d31b325d36bd276695bfd371d4 | 718 | yaml | YAML | pkg/cmd/install/hubaddon/scenario/addon/policy/addon-controller_role.yaml | sdminonne/clusteradm | f7328e2bb522787f6b145cdb5b78ae165a63832e | [
"Apache-2.0"
] | null | null | null | pkg/cmd/install/hubaddon/scenario/addon/policy/addon-controller_role.yaml | sdminonne/clusteradm | f7328e2bb522787f6b145cdb5b78ae165a63832e | [
"Apache-2.0"
] | null | null | null | pkg/cmd/install/hubaddon/scenario/addon/policy/addon-controller_role.yaml | sdminonne/clusteradm | f7328e2bb522787f6b145cdb5b78ae165a63832e | [
"Apache-2.0"
] | null | null | null | # Copyright Contributors to the Open Cluster Management project
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
labels:
app: governance-policy-addon-controller
name: policy-addon-ctrl-leader-election-role
namespace: open-cluster-management
rules:
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
| 17.512195 | 63 | 0.564067 |
f798dae3430180979eda5ca60420744124da47f0 | 82 | yaml | YAML | Networking/ingress-sa.yaml | aditya109/journey-CKA | f822232f1cf5fe3eba99dc35bcbed953e3a59bd7 | [
"Apache-2.0"
] | 1 | 2021-12-27T10:31:18.000Z | 2021-12-27T10:31:18.000Z | ingress-controller/sa.yaml | shreyasgune/skaffold-demo | 68fa133bc4ab3c7d7823b4b0c2fae8b07f9b4aae | [
"MIT"
] | 1 | 2021-10-16T14:09:28.000Z | 2021-10-16T14:09:28.000Z | ingress-controller/sa.yaml | shreyasgune/skaffold-demo | 68fa133bc4ab3c7d7823b4b0c2fae8b07f9b4aae | [
"MIT"
] | 1 | 2021-12-26T19:47:54.000Z | 2021-12-26T19:47:54.000Z | apiVersion: v1
kind: ServiceAccount
metadata:
name: nginx-ingress-serviceaccount | 20.5 | 36 | 0.829268 |
f798e818655ca6d9521e9876d9dabe696ed47901 | 2,984 | yaml | YAML | yamls/cockroachdb-example/statefulset_cockroachdb.yaml | jmnote/kubeyaml | 675b07a90d2295f697e89294dd31030943836a0d | [
"Apache-2.0"
] | 1 | 2022-01-28T16:03:48.000Z | 2022-01-28T16:03:48.000Z | yamls/cockroachdb-example/statefulset_cockroachdb.yaml | jmnote/kubeyaml | 675b07a90d2295f697e89294dd31030943836a0d | [
"Apache-2.0"
] | null | null | null | yamls/cockroachdb-example/statefulset_cockroachdb.yaml | jmnote/kubeyaml | 675b07a90d2295f697e89294dd31030943836a0d | [
"Apache-2.0"
] | 1 | 2022-02-15T07:57:28.000Z | 2022-02-15T07:57:28.000Z | apiVersion: apps/v1
kind: StatefulSet
metadata:
labels:
app: cockroachdb
name: cockroachdb
spec:
replicas: 3
selector:
matchLabels:
app: cockroachdb
serviceName: cockroachdb
template:
metadata:
labels:
app: cockroachdb
spec:
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
labelSelector:
matchExpressions:
- key: app
operator: In
values:
- cockroachdb
topologyKey: kubernetes.io/hostname
weight: 100
containers:
- command:
- /bin/bash
- -ecx
- |
# The use of qualified `hostname -f` is crucial:
# Other nodes aren't able to look up the unqualified hostname.
CRARGS=("start" "--logtostderr" "--insecure" "--host" "$(hostname -f)" "--http-host" "0.0.0.0")
# We only want to initialize a new cluster (by omitting the join flag)
# if we're sure that we're the first node (i.e. index 0) and that
# there aren't any other nodes running as part of the cluster that
# this is supposed to be a part of (which indicates that a cluster
# already exists and we should make sure not to create a new one).
# It's fine to run without --join on a restart if there aren't any
# other nodes.
if [ ! "$(hostname)" == "cockroachdb-0" ] || \
[ -e "/cockroach/cockroach-data/cluster_exists_marker" ]
then
# We don't join cockroachdb in order to avoid a node attempting
# to join itself, which currently doesn't work
# (https://github.com/cockroachdb/cockroach/issues/9625).
CRARGS+=("--join" "cockroachdb-public")
fi
exec /cockroach/cockroach ${CRARGS[*]}
image: cockroachdb/cockroach:v1.1.0
imagePullPolicy: IfNotPresent
name: cockroachdb
ports:
- containerPort: 26257
name: grpc
- containerPort: 8080
name: http
volumeMounts:
- mountPath: /cockroach/cockroach-data
name: datadir
initContainers:
- args:
- -on-start=/on-start.sh
- -service=cockroachdb
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: cockroachdb/cockroach-k8s-init:0.2
imagePullPolicy: IfNotPresent
name: bootstrap
volumeMounts:
- mountPath: /cockroach/cockroach-data
name: datadir
terminationGracePeriodSeconds: 60
volumes:
- name: datadir
persistentVolumeClaim:
claimName: datadir
volumeClaimTemplates:
- metadata:
name: datadir
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
| 31.744681 | 105 | 0.571716 |
f7991114a8758e55ec1a0100e7b24342a538f2d7 | 1,853 | yaml | YAML | versionStream/git-operator/job-gsm.yaml | myspotontheweb/jx3-minikube | 4dfa3e98a7fc729612efcc55e55ac44b038018d6 | [
"Apache-2.0"
] | null | null | null | versionStream/git-operator/job-gsm.yaml | myspotontheweb/jx3-minikube | 4dfa3e98a7fc729612efcc55e55ac44b038018d6 | [
"Apache-2.0"
] | null | null | null | versionStream/git-operator/job-gsm.yaml | myspotontheweb/jx3-minikube | 4dfa3e98a7fc729612efcc55e55ac44b038018d6 | [
"Apache-2.0"
] | null | null | null | apiVersion: batch/v1
kind: Job
metadata:
labels:
app: jx-boot
jenkins-x.io/kind: jx-git-operator
spec:
backoffLimit: 4
completions: 1
parallelism: 1
template:
metadata:
labels:
app: jx-boot
jenkins-x.io/kind: jx-git-operator
spec:
initContainers:
- args:
- gitops
- git
- clone
command:
- jx
env:
- name: XDG_CONFIG_HOME
value: /workspace/xdg_config
image: gcr.io/jenkinsxio/jx-boot:3.1.118
name: git-clone
volumeMounts:
- mountPath: /workspace
name: workspace-volume
workingDir: /workspace
containers:
- args:
- make apply || make failed
command:
- /bin/sh
- -c
env:
- name: XDG_CONFIG_HOME
value: /workspace/xdg_config
- name: JX_SECRET_SIDECAR
value: gsm
- name: JX_SECRET_TMP_DIR
value: /workspace/source/.jx-secrets
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
image: gcr.io/jenkinsxio/jx-boot:3.1.118
imagePullPolicy: Always
name: job
volumeMounts:
- mountPath: /workspace
name: workspace-volume
workingDir: /workspace/source
- command:
- versionStream/src/wait-for-complete.sh
image: google/cloud-sdk:slim
imagePullPolicy: Always
name: gsm
volumeMounts:
- mountPath: /workspace
name: workspace-volume
workingDir: /workspace/source
dnsPolicy: ClusterFirst
restartPolicy: Never
schedulerName: default-scheduler
serviceAccountName: jx-boot-job
terminationGracePeriodSeconds: 30
volumes:
- name: workspace-volume
emptyDir: {}
| 25.040541 | 48 | 0.568807 |
f7994775dc6a1e44152ac9cad702ba3366683c10 | 1,231 | yaml | YAML | config/prow/cluster/sinker_deployment.yaml | yuswift/ks-test-infra | 0a51ddeca53cabb1b8011a8e2a0f2e6b40b37b26 | [
"Apache-2.0"
] | null | null | null | config/prow/cluster/sinker_deployment.yaml | yuswift/ks-test-infra | 0a51ddeca53cabb1b8011a8e2a0f2e6b40b37b26 | [
"Apache-2.0"
] | null | null | null | config/prow/cluster/sinker_deployment.yaml | yuswift/ks-test-infra | 0a51ddeca53cabb1b8011a8e2a0f2e6b40b37b26 | [
"Apache-2.0"
] | null | null | null | apiVersion: apps/v1
kind: Deployment
metadata:
namespace: default
name: sinker
labels:
app: sinker
spec:
replicas: 1
selector:
matchLabels:
app: sinker
template:
metadata:
labels:
app: sinker
spec:
serviceAccountName: sinker
containers:
- name: sinker
args:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
- --dry-run=false
image: gcr.io/k8s-prow/sinker:v20210615-cf184f2204
env:
# Use KUBECONFIG envvar rather than --kubeconfig flag in order to provide multiple configs to merge.
- name: KUBECONFIG
value: "/etc/kubeconfig/config"
volumeMounts:
- mountPath: /etc/kubeconfig
name: kubeconfig
readOnly: true
- name: config
mountPath: /etc/config
readOnly: true
- name: job-config
mountPath: /etc/job-config
readOnly: true
volumes:
- name: kubeconfig
secret:
defaultMode: 420
secretName: kubeconfig
- name: config
configMap:
name: config
- name: job-config
configMap:
name: job-config
| 24.137255 | 108 | 0.57108 |
f7994d7d3255cbf8ed25f38bc3a25f2ba5d3c781 | 2,942 | yaml | YAML | config-root/namespaces/jx/jx-pipelines-visualizer/jx-pipelines-visualizer-deploy.yaml | chiyochan/jx3-gitops-repositories-jx3-gke-gsm | 0a14dac02256b52acd2ce389527341662c80752d | [
"Apache-2.0"
] | null | null | null | config-root/namespaces/jx/jx-pipelines-visualizer/jx-pipelines-visualizer-deploy.yaml | chiyochan/jx3-gitops-repositories-jx3-gke-gsm | 0a14dac02256b52acd2ce389527341662c80752d | [
"Apache-2.0"
] | null | null | null | config-root/namespaces/jx/jx-pipelines-visualizer/jx-pipelines-visualizer-deploy.yaml | chiyochan/jx3-gitops-repositories-jx3-gke-gsm | 0a14dac02256b52acd2ce389527341662c80752d | [
"Apache-2.0"
] | null | null | null | # Source: jx-pipelines-visualizer/templates/deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: jx-pipelines-visualizer
labels:
app.kubernetes.io/name: jx-pipelines-visualizer
app.kubernetes.io/instance: "jx-pipelines-visualizer"
helm.sh/chart: jx-pipelines-visualizer-1.7.2
app.kubernetes.io/version: "1.7.2"
app.kubernetes.io/managed-by: "Helm"
gitops.jenkins-x.io/pipeline: 'namespaces'
annotations:
meta.helm.sh/release-name: 'jx-pipelines-visualizer'
wave.pusher.com/update-on-config-change: 'true'
namespace: jx
spec:
replicas: 1
revisionHistoryLimit: 2
selector:
matchLabels:
app.kubernetes.io/name: jx-pipelines-visualizer
app.kubernetes.io/instance: "jx-pipelines-visualizer"
template:
metadata:
labels:
app.kubernetes.io/name: jx-pipelines-visualizer
app.kubernetes.io/instance: "jx-pipelines-visualizer"
helm.sh/chart: jx-pipelines-visualizer-1.7.2
app.kubernetes.io/version: "1.7.2"
app.kubernetes.io/managed-by: "Helm"
spec:
containers:
- name: jx-pipelines-visualizer
image: "ghcr.io/jenkins-x/jx-pipelines-visualizer:1.7.2"
args:
- -namespace
- jx
- -resync-interval
- 60s
- -archived-logs-url-template
- gs://logs-tf-jx-glowing-seagull-7f4cd57c6d2a/jenkins-x/logs/{{.Owner}}/{{.Repository}}/{{if hasPrefix .Branch "pr"}}{{.Branch | upper}}{{else}}{{.Branch}}{{end}}/{{.Build}}.log
- -archived-pipelines-url-template
- gs://logs-tf-jx-glowing-seagull-7f4cd57c6d2a/jenkins-x/logs/{{.Owner}}/{{.Repository}}/{{if hasPrefix .Branch "pr"}}{{.Branch | upper}}{{else}}{{.Branch}}{{end}}/{{.Build}}.yaml
- -archived-pipelineruns-url-template
- gs://logs-tf-jx-glowing-seagull-7f4cd57c6d2a/jenkins-x/pipelineruns/{{.Namespace}}/{{.Name}}.yaml
- -pipeline-trace-url-template
- http://grafana-jx-observability.34.72.245.235.nip.io/explore?left=%5B%22now%22,%22now%22,%22Tempo%22,%7B%22query%22:%22{{.TraceID}}%22%7D%5D
- -log-level
- INFO
ports:
- name: http
containerPort: 8080
livenessProbe:
tcpSocket:
port: http
readinessProbe:
httpGet:
path: /healthz
port: http
volumeMounts:
- mountPath: /secrets/git
name: secrets-git
resources:
limits:
cpu: "1"
memory: 512M
requests:
cpu: "0.2"
memory: 128M
securityContext:
fsGroup: 1000
serviceAccountName: jx-pipelines-visualizer
enableServiceLinks: false
volumes:
- name: secrets-git
secret:
defaultMode: 420
secretName: tekton-git
| 36.775 | 191 | 0.591094 |
f7997f46e547d1e15d01dd613f85f13b397a54ac | 363 | yaml | YAML | config/rbac/elasticindex_viewer_role.yaml | Carrefour-Group/elastic-phenix-operator | 93222abb35f63d41fbc07bf9453ac359d7a26d71 | [
"Apache-2.0"
] | 24 | 2021-04-06T12:24:53.000Z | 2022-03-09T12:10:24.000Z | config/rbac/elasticindex_viewer_role.yaml | Carrefour-Group/elastic-phenix-operator | 93222abb35f63d41fbc07bf9453ac359d7a26d71 | [
"Apache-2.0"
] | 9 | 2020-12-03T11:40:27.000Z | 2021-06-08T09:44:47.000Z | config/rbac/elasticindex_viewer_role.yaml | Carrefour-Group/elastic-phenix-operator | 93222abb35f63d41fbc07bf9453ac359d7a26d71 | [
"Apache-2.0"
] | 2 | 2021-04-06T12:24:57.000Z | 2021-04-07T12:59:31.000Z | # permissions for end users to view elasticindices.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: elasticindex-viewer-role
rules:
- apiGroups:
- elastic.carrefour.com
resources:
- elasticindices
verbs:
- get
- list
- watch
- apiGroups:
- elastic.carrefour.com
resources:
- elasticindices/status
verbs:
- get
| 17.285714 | 51 | 0.724518 |
f7998157d92cde7a1d60f0f56d96b9a3e2e469b4 | 359 | yaml | YAML | repo/cpd3/modules/watson-ks-setup/x86_64/1.1.3/adm/roles/role.yaml | horfee/cloud-pak | 5a5800dd05439d32582213c76d0901c526378d79 | [
"Apache-2.0"
] | 104 | 2018-10-30T16:07:27.000Z | 2022-03-29T08:25:28.000Z | repo/cpd3/modules/watson-ks-setup/x86_64/1.1.3/adm/roles/role.yaml | horfee/cloud-pak | 5a5800dd05439d32582213c76d0901c526378d79 | [
"Apache-2.0"
] | 33 | 2018-11-05T19:35:16.000Z | 2022-03-23T15:52:38.000Z | repo/cpd3/modules/watson-ks-setup/x86_64/1.1.3/adm/roles/role.yaml | horfee/cloud-pak | 5a5800dd05439d32582213c76d0901c526378d79 | [
"Apache-2.0"
] | 1,244 | 2018-11-18T18:04:47.000Z | 2022-03-30T20:29:05.000Z | apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: wks-ibm-watson-ks
labels:
app.kubernetes.io/instance: "wks"
release: "wks"
app.kubernetes.io/component: "globalconfig"
rules:
- apiGroups:
- ""
- batch
resources:
- pods
- pods/log
- jobs
- secrets
- configmaps
- services
verbs:
- "*"
| 16.318182 | 47 | 0.610028 |
f799f8117bc5377f477fd7cf718b37a6011e9d08 | 23,041 | yaml | YAML | charts/fluentbit-operator/crds/logging.kubesphere.io_filter.yaml | Mario-F/fluentbit-operator | bf44306be01ef6dd5203c75607067dffed68df79 | [
"Apache-2.0"
] | 97 | 2019-04-05T07:47:26.000Z | 2021-08-03T00:59:50.000Z | charts/fluentbit-operator/crds/logging.kubesphere.io_filter.yaml | Mario-F/fluentbit-operator | bf44306be01ef6dd5203c75607067dffed68df79 | [
"Apache-2.0"
] | 67 | 2021-08-10T11:10:53.000Z | 2022-03-01T02:43:09.000Z | charts/fluentbit-operator/crds/logging.kubesphere.io_filter.yaml | Mario-F/fluentbit-operator | bf44306be01ef6dd5203c75607067dffed68df79 | [
"Apache-2.0"
] | 43 | 2019-04-14T11:18:29.000Z | 2021-08-01T03:47:23.000Z |
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.1
name: filters.logging.kubesphere.io
spec:
group: logging.kubesphere.io
names:
kind: Filter
listKind: FilterList
plural: filters
singular: filter
scope: Namespaced
versions:
- name: v1alpha2
schema:
openAPIV3Schema:
description: Filter defines a Filter configuration.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: Specification of desired Filter configuration.
properties:
filters:
description: A set of filter plugins in order.
items:
properties:
grep:
description: Grep defines Grep Filter configuration.
properties:
exclude:
description: 'Exclude records which field matches the regular
expression. Value Format: FIELD REGEX'
type: string
regex:
description: 'Keep records which field matches the regular
expression. Value Format: FIELD REGEX'
type: string
type: object
kubernetes:
description: Kubernetes defines Kubernetes Filter configuration.
properties:
annotations:
description: Include Kubernetes resource annotations in
the extra metadata.
type: boolean
bufferSize:
description: Set the buffer size for HTTP client when reading
responses from Kubernetes API server.
pattern: ^\d+(k|K|KB|kb|m|M|MB|mb|g|G|GB|gb)?$
type: string
dummyMeta:
description: If set, use dummy-meta data (for test/dev purposes)
type: boolean
k8sLoggingExclude:
description: Allow Kubernetes Pods to exclude their logs
from the log processor (read more about it in Kubernetes
Annotations section).
type: boolean
k8sLoggingParser:
description: Allow Kubernetes Pods to suggest a pre-defined
Parser (read more about it in Kubernetes Annotations section)
type: boolean
keepLog:
description: When Keep_Log is disabled, the log field is
removed from the incoming message once it has been successfully
merged (Merge_Log must be enabled as well).
type: boolean
kubeCAFile:
description: CA certificate file
type: string
kubeCAPath:
description: Absolute path to scan for certificate files
type: string
kubeMetaPreloadCacheDir:
description: If set, Kubernetes meta-data can be cached/pre-loaded
from files in JSON format in this directory, named as
namespace-pod.meta
type: string
kubeTagPrefix:
description: When the source records comes from Tail input
plugin, this option allows to specify what's the prefix
used in Tail configuration.
type: string
kubeTokenFile:
description: Token file
type: string
kubeURL:
description: API Server end-point
type: string
labels:
description: Include Kubernetes resource labels in the extra
metadata.
type: boolean
mergeLog:
description: When enabled, it checks if the log field content
is a JSON string map, if so, it append the map fields
as part of the log structure.
type: boolean
mergeLogKey:
description: When Merge_Log is enabled, the filter tries
to assume the log field from the incoming message is a
JSON string message and make a structured representation
of it at the same level of the log field in the map. Now
if Merge_Log_Key is set (a string name), all the new structured
fields taken from the original log content are inserted
under the new key.
type: string
mergeLogTrim:
description: When Merge_Log is enabled, trim (remove possible
\n or \r) field values.
type: boolean
mergeParser:
description: Optional parser name to specify how to parse
the data contained in the log key. Recommended use is
for developers or testing only.
type: string
regexParser:
description: Set an alternative Parser to process record
Tag and extract pod_name, namespace_name, container_name
and docker_id. The parser must be registered in a parsers
file (refer to parser filter-kube-test as an example).
type: string
tlsDebug:
description: Debug level between 0 (nothing) and 4 (every
detail).
format: int32
type: integer
tlsVerify:
description: When enabled, turns on certificate validation
when connecting to the Kubernetes API server.
type: boolean
useJournal:
description: When enabled, the filter reads logs coming
in Journald format.
type: boolean
type: object
lua:
description: Lua defines Lua Filter configuration.
properties:
call:
description: Lua function name that will be triggered to
do filtering. It's assumed that the function is declared
inside the Script defined above.
type: string
protectedMode:
description: If enabled, Lua script will be executed in
protected mode. It prevents to crash when invalid Lua
script is executed. Default is true.
type: boolean
script:
description: Path to the Lua script that will be used.
properties:
key:
description: The key to select.
type: string
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?'
type: string
optional:
description: Specify whether the ConfigMap or its key
must be defined
type: boolean
required:
- key
type: object
timeAsTable:
description: By default when the Lua script is invoked,
the record timestamp is passed as a Floating number which
might lead to loss precision when the data is converted
back. If you desire timestamp precision enabling this
option will pass the timestamp as a Lua table with keys
sec for seconds since epoch and nsec for nanoseconds.
type: boolean
typeIntKey:
description: If these keys are matched, the fields are converted
to integer. If more than one key, delimit by space. Note
that starting from Fluent Bit v1.6 integer data types
are preserved and not converted to double as in previous
versions.
items:
type: string
type: array
required:
- call
- script
type: object
modify:
description: Modify defines Modify Filter configuration.
properties:
conditions:
description: All conditions have to be true for the rules
to be applied.
items:
description: The plugin supports the following conditions
properties:
aKeyMatches:
description: Is true if a key matches regex KEY
type: string
keyDoesNotExist:
additionalProperties:
type: string
description: Is true if KEY does not exist
type: object
keyExists:
description: Is true if KEY exists
type: string
keyValueDoesNotEqual:
additionalProperties:
type: string
description: Is true if KEY exists and its value is
not VALUE
type: object
keyValueDoesNotMatch:
additionalProperties:
type: string
description: Is true if key KEY exists and its value
does not match VALUE
type: object
keyValueEquals:
additionalProperties:
type: string
description: Is true if KEY exists and its value is
VALUE
type: object
keyValueMatches:
additionalProperties:
type: string
description: Is true if key KEY exists and its value
matches VALUE
type: object
matchingKeysDoNotHaveMatchingValues:
additionalProperties:
type: string
description: Is true if all keys matching KEY have
values that do not match VALUE
type: object
matchingKeysHaveMatchingValues:
additionalProperties:
type: string
description: Is true if all keys matching KEY have
values that match VALUE
type: object
noKeyMatches:
description: Is true if no key matches regex KEY
type: string
type: object
type: array
rules:
description: Rules are applied in the order they appear,
with each rule operating on the result of the previous
rule.
items:
description: The plugin supports the following rules
properties:
add:
additionalProperties:
type: string
description: Add a key/value pair with key KEY and
value VALUE if KEY does not exist
type: object
copy:
additionalProperties:
type: string
description: Copy a key/value pair with key KEY to
COPIED_KEY if KEY exists AND COPIED_KEY does not
exist
type: object
hardCopy:
additionalProperties:
type: string
description: Copy a key/value pair with key KEY to
COPIED_KEY if KEY exists. If COPIED_KEY already
exists, this field is overwritten
type: object
hardRename:
additionalProperties:
type: string
description: Rename a key/value pair with key KEY
to RENAMED_KEY if KEY exists. If RENAMED_KEY already
exists, this field is overwritten
type: object
remove:
description: Remove a key/value pair with key KEY
if it exists
type: string
removeRegex:
description: Remove all key/value pairs with key matching
regexp KEY
type: string
removeWildcard:
description: Remove all key/value pairs with key matching
wildcard KEY
type: string
rename:
additionalProperties:
type: string
description: Rename a key/value pair with key KEY
to RENAMED_KEY if KEY exists AND RENAMED_KEY does
not exist
type: object
set:
additionalProperties:
type: string
description: Add a key/value pair with key KEY and
value VALUE. If KEY already exists, this field is
overwritten
type: object
type: object
type: array
type: object
nest:
description: Nest defines Nest Filter configuration.
properties:
addPrefix:
description: Prefix affected keys with this string
type: string
nestUnder:
description: Nest records matching the Wildcard under this
key
type: string
nestedUnder:
description: Lift records nested under the Nested_under
key
type: string
operation:
description: Select the operation nest or lift
enum:
- nest
- lift
type: string
removePrefix:
description: Remove prefix from affected keys if it matches
this string
type: string
wildcard:
description: Nest records which field matches the wildcard
items:
type: string
type: array
type: object
parser:
description: Parser defines Parser Filter configuration.
properties:
keyName:
description: Specify field name in record to parse.
type: string
parser:
description: Specify the parser name to interpret the field.
Multiple Parser entries are allowed (split by comma).
type: string
preserveKey:
description: Keep original Key_Name field in the parsed
result. If false, the field will be removed.
type: boolean
reserveData:
description: Keep all other original fields in the parsed
result. If false, all other original fields will be removed.
type: boolean
unescapeKey:
description: 'If the key is a escaped string (e.g: stringify
JSON), unescape the string before to apply the parser.'
type: boolean
type: object
recordModifier:
description: RecordModifier defines Record Modifier Filter configuration.
properties:
records:
description: Append fields. This parameter needs key and
value pair.
items:
type: string
type: array
removeKeys:
description: If the key is matched, that field is removed.
items:
type: string
type: array
whitelistKeys:
description: If the key is not matched, that field is removed.
items:
type: string
type: array
type: object
throttle:
description: Throttle defines a Throttle configuration.
properties:
interval:
description: Interval is the time interval expressed in
"sleep" format. e.g. 3s, 1.5m, 0.5h, etc.
pattern: ^\d+(\.[0-9]{0,2})?(s|m|h|d)?$
type: string
printStatus:
description: PrintStatus represents whether to print status
messages with current rate and the limits to information
logs.
type: boolean
rate:
description: Rate is the amount of messages for the time.
format: int64
type: integer
window:
description: Window is the amount of intervals to calculate
average over.
format: int64
type: integer
type: object
type: object
type: array
match:
description: A pattern to match against the tags of incoming records.
It's case sensitive and support the star (*) character as a wildcard.
type: string
matchRegex:
description: A regular expression to match against the tags of incoming
records. Use this option if you want to use the full regex syntax.
type: string
type: object
type: object
served: true
storage: true
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
| 52.011287 | 175 | 0.422421 |
f79a49d0141b7b74b7c2cace54e864cfe0dda6e4 | 92 | yaml | YAML | v1.6.x/addon/prometheus/namespace.yaml | JoshuaAndrew/kubernetes-dockerfile | c36b480fb5d95fb5ecbe3b6ca08488919b88f582 | [
"Apache-2.0"
] | null | null | null | v1.6.x/addon/prometheus/namespace.yaml | JoshuaAndrew/kubernetes-dockerfile | c36b480fb5d95fb5ecbe3b6ca08488919b88f582 | [
"Apache-2.0"
] | null | null | null | v1.6.x/addon/prometheus/namespace.yaml | JoshuaAndrew/kubernetes-dockerfile | c36b480fb5d95fb5ecbe3b6ca08488919b88f582 | [
"Apache-2.0"
] | null | null | null | apiVersion: v1
kind: Namespace
metadata:
labels:
name: prometheus
name: prometheus
| 11.5 | 20 | 0.728261 |
f79a9bd0dff52617d3a3ca66d5af195b5b155c95 | 2,667 | yaml | YAML | deploy/assisted-service.yaml | ronniel1/assisted-service | 25b42b9679ddc37c50a4cb6387390c0fb1a9fcbc | [
"Apache-2.0"
] | 2 | 2020-08-04T21:19:26.000Z | 2020-08-04T21:20:05.000Z | deploy/assisted-service.yaml | pawanpinjarkar/assisted-service | bb7a43f047b704539187c2e3e1617a4090074203 | [
"Apache-2.0"
] | null | null | null | deploy/assisted-service.yaml | pawanpinjarkar/assisted-service | bb7a43f047b704539187c2e3e1617a4090074203 | [
"Apache-2.0"
] | null | null | null | apiVersion: apps/v1 # for versions before 1.9.0 use apps/v1beta2
kind: Deployment
metadata:
name: assisted-service
namespace: REPLACE_NAMESPACE
spec:
selector:
matchLabels:
app: assisted-service
replicas: 1
template:
metadata:
labels:
app: assisted-service
spec:
containers:
- name: assisted-service
resources:
limits:
cpu: 200m
memory: 500Mi
requests:
cpu: 100m
memory: 400Mi
image: REPLACE_IMAGE
imagePullPolicy: Always
ports:
- containerPort: 8090
envFrom:
- configMapRef:
name: assisted-service-config
env:
- name: DB_HOST
valueFrom:
secretKeyRef:
name: assisted-installer-rds
key: db.host
- name: DB_NAME
valueFrom:
secretKeyRef:
name: assisted-installer-rds
key: db.name
- name: DB_PASS
valueFrom:
secretKeyRef:
name: assisted-installer-rds
key: db.password
- name: DB_PORT
valueFrom:
secretKeyRef:
name: assisted-installer-rds
key: db.port
- name: DB_USER
valueFrom:
secretKeyRef:
name: assisted-installer-rds
key: db.user
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
key: aws_secret_access_key
name: assisted-installer-s3
- name: AWS_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
key: aws_access_key_id
name: assisted-installer-s3
- name: S3_REGION
valueFrom:
secretKeyRef:
key: aws_region
name: assisted-installer-s3
- name: S3_BUCKET
valueFrom:
secretKeyRef:
key: bucket
name: assisted-installer-s3
- name: S3_ENDPOINT_URL
valueFrom:
secretKeyRef:
key: endpoint
name: assisted-installer-s3
volumeMounts:
- name: route53-creds
mountPath: "/.aws"
readOnly: true
volumes:
- name: route53-creds
secret:
secretName: route53-creds
optional: true
| 28.98913 | 64 | 0.464567 |
f79afce9f0f85c993f550c6909ee0e0f1b3b82e2 | 105 | yaml | YAML | features/resources/kube-lease/svc-lb.yaml | xunleii/godog-kubernetes | 9fab673b58c0a15b0cb7bb91892120aa203e70b2 | [
"Apache-2.0"
] | null | null | null | features/resources/kube-lease/svc-lb.yaml | xunleii/godog-kubernetes | 9fab673b58c0a15b0cb7bb91892120aa203e70b2 | [
"Apache-2.0"
] | 3 | 2020-07-12T17:57:39.000Z | 2021-06-07T15:35:27.000Z | features/resources/kube-lease/svc-lb.yaml | xunleii/godog-kubernetes | 9fab673b58c0a15b0cb7bb91892120aa203e70b2 | [
"Apache-2.0"
] | null | null | null | apiVersion: v1
kind: Service
metadata:
name: svc-lb
namespace: kube-lease
spec:
type: LoadBalancer
| 13.125 | 23 | 0.742857 |
f79b40ee2b631b0ab7675bdfac543c7215ef8834 | 118 | yaml | YAML | secrets/oauth-token.yaml | giantswarm/test-infra | 56c903d277eb56a02c81e97445c426db69c9fce1 | [
"Apache-2.0"
] | 2 | 2021-05-25T05:08:58.000Z | 2021-09-20T20:07:45.000Z | secrets/oauth-token.yaml | giantswarm/test-infra | 56c903d277eb56a02c81e97445c426db69c9fce1 | [
"Apache-2.0"
] | 46 | 2020-08-25T09:02:05.000Z | 2022-03-21T14:29:32.000Z | secrets/oauth-token.yaml | giantswarm/test-infra | 56c903d277eb56a02c81e97445c426db69c9fce1 | [
"Apache-2.0"
] | null | null | null | apiVersion: v1
data:
oauth: <TOKEN>
kind: Secret
metadata:
name: oauth-token
namespace: test-infra
type: Opaque
| 13.111111 | 23 | 0.728814 |
f79b551c917139517c21eb5f9af9435a6c36becd | 739 | yaml | YAML | templates/s3-to-gcs/k8s/04-transporter-manager/05-ConfigMap-agent-schema.yaml | broadinstitute/transporter-deploy | c6f38270d2863f3ea8a8a249d56e05639449b6c8 | [
"BSD-3-Clause"
] | null | null | null | templates/s3-to-gcs/k8s/04-transporter-manager/05-ConfigMap-agent-schema.yaml | broadinstitute/transporter-deploy | c6f38270d2863f3ea8a8a249d56e05639449b6c8 | [
"BSD-3-Clause"
] | 1 | 2019-07-25T16:51:20.000Z | 2019-07-25T16:51:20.000Z | templates/s3-to-gcs/k8s/04-transporter-manager/05-ConfigMap-agent-schema.yaml | broadinstitute/dsp-ingest-deploy | c6f38270d2863f3ea8a8a249d56e05639449b6c8 | [
"BSD-3-Clause"
] | null | null | null | apiVersion: v1
kind: ConfigMap
metadata:
name: agent-schema
data:
schema.conf: |-
org.broadinstitute.transporter.transfer.schema: {
"$schema": "http://json-schema.org/draft-04/schema",
"type": "object",
"properties": {
"s3Bucket": { "type": "string" },
"s3Region": { "type": "string" },
"s3Path": { "type": "string" },
"gcsBucket": { "type": "string" },
"gcsPath": { "type": "string" },
"expectedSize": { "type": "integer" },
"expectedMd5": { "type": "string", "pattern": "[0-9a-f]+" },
"force": { "type": "boolean" }
},
"required": ["s3Bucket", "s3Region", "s3Path", "gcsBucket", "gcsPath"],
"additionalProperties": false
}
| 32.130435 | 77 | 0.52774 |
f79b934ca0b363843f2061bee0d20dbfadd681a8 | 222 | yml | YAML | 03-svc/pod3.yml | mehmetakifaksoy/udemy-kubernetes-kurs-ornekleri | 9ec248eea2f320dc37d44ef59db130db4e80524d | [
"MIT"
] | 15 | 2021-03-20T18:28:46.000Z | 2022-03-15T14:24:50.000Z | 03-svc/pod3.yml | mehmetakifaksoy/udemy-kubernetes-kurs-ornekleri | 9ec248eea2f320dc37d44ef59db130db4e80524d | [
"MIT"
] | 1 | 2021-03-26T20:13:12.000Z | 2021-03-26T20:13:12.000Z | 03-svc/pod3.yml | mehmetakifaksoy/udemy-kubernetes-kurs-ornekleri | 9ec248eea2f320dc37d44ef59db130db4e80524d | [
"MIT"
] | 5 | 2021-03-26T19:27:22.000Z | 2022-02-21T11:06:43.000Z | apiVersion: v1
kind: Pod
metadata:
name: pod3
namespace: ns3
labels:
app: my-label-1
spec:
containers:
- name: container1
image: sadedil/simpleinfoserver:1.0.0
ports:
- containerPort: 80 | 17.076923 | 43 | 0.644144 |
f79ba96c1977cfd6c1634d3a77bb8f8e3b85d13a | 1,107 | yaml | YAML | Chapter05/5.1.3_Priority/B_preemption/deploy_no_priority.yaml | leeahnduk/kubernetes-for-developers | 3da987b929ec33a709b0113e25d1fd83657407a2 | [
"Apache-2.0"
] | 6 | 2021-02-11T06:07:04.000Z | 2021-04-09T01:29:02.000Z | Chapter05/5.1.3_Priority/B_preemption/deploy_no_priority.yaml | WilliamDenniss/kubernetes-quickly | 8bfa60932c4777815c2c6ae1a0c2378c40726b6c | [
"Apache-2.0"
] | null | null | null | Chapter05/5.1.3_Priority/B_preemption/deploy_no_priority.yaml | WilliamDenniss/kubernetes-quickly | 8bfa60932c4777815c2c6ae1a0c2378c40726b6c | [
"Apache-2.0"
] | 4 | 2021-03-15T09:13:39.000Z | 2021-09-06T07:32:12.000Z | # Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# A Deployment with no priority set, and lots of replicas
# (will fill up a small 3-node cluster)
#
apiVersion: apps/v1
kind: Deployment
metadata:
name: pluscode-no-priority
spec:
replicas: 15
selector:
matchLabels:
app: pluscode-no-priority
template:
metadata:
labels:
app: pluscode-no-priority
spec:
containers:
- name: pluscode-container
image: wdenniss/pluscode-demo:latest
resources:
requests:
cpu: 200m
memory: 250Mi
| 27 | 74 | 0.695574 |
f79bee688f9c2c9eb66d8b4893f926c9a79caf44 | 808 | yaml | YAML | tests/stacks/openshift/application/argo/test_data/expected/~g_v1_configmap_workflow-controller-configmap.yaml | AlexGuoMe/manifests | ff90db7e1ade710f310057c3b20a24a8b7eb0494 | [
"Apache-2.0"
] | null | null | null | tests/stacks/openshift/application/argo/test_data/expected/~g_v1_configmap_workflow-controller-configmap.yaml | AlexGuoMe/manifests | ff90db7e1ade710f310057c3b20a24a8b7eb0494 | [
"Apache-2.0"
] | null | null | null | tests/stacks/openshift/application/argo/test_data/expected/~g_v1_configmap_workflow-controller-configmap.yaml | AlexGuoMe/manifests | ff90db7e1ade710f310057c3b20a24a8b7eb0494 | [
"Apache-2.0"
] | null | null | null | apiVersion: v1
data:
config: |
{
executorimage: uhub.service.ucloud.cn/a4x-kubeflow/argoexec:v2.3.0,
containerRuntimeExecutor: k8sapi,
artifactRepository:
{
s3: {
bucket: mlpipeline,
keyPrefix: artifacts,
endpoint: minio-service.kubeflow:9000,
insecure: true,
accessKeySecret: {
name: mlpipeline-minio-artifact,
key: accesskey
},
secretKeySecret: {
name: mlpipeline-minio-artifact,
key: secretkey
}
}
}
}
kind: ConfigMap
metadata:
labels:
app.kubernetes.io/component: argo
app.kubernetes.io/name: argo
kustomize.component: argo
name: workflow-controller-configmap
namespace: kubeflow
| 24.484848 | 71 | 0.570545 |
f79c2c4102990333271b9cf10190ca7056a2960a | 2,174 | yaml | YAML | deploy/vela-core/templates/velaql-views/pod-view.yaml | kinsolee/kubevela | 7a7cef9a90d0f432912433e34e500c61be83dec8 | [
"Apache-2.0"
] | null | null | null | deploy/vela-core/templates/velaql-views/pod-view.yaml | kinsolee/kubevela | 7a7cef9a90d0f432912433e34e500c61be83dec8 | [
"Apache-2.0"
] | null | null | null | deploy/vela-core/templates/velaql-views/pod-view.yaml | kinsolee/kubevela | 7a7cef9a90d0f432912433e34e500c61be83dec8 | [
"Apache-2.0"
] | null | null | null | ---
# Source: vela-core/templates/velaql-views/pod-view.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: pod-view
namespace: vela-system
data:
template: |
import (
"vela/ql"
)
parameter: {
name: string
namespace: string
cluster: *"" | string
}
pod: ql.#Read & {
value: {
apiVersion: "v1"
kind: "Pod"
metadata: {
name: parameter.name
namespace: parameter.namespace
}
}
cluster: parameter.cluster
}
eventList: ql.#SearchEvents & {
value: {
apiVersion: "v1"
kind: "Pod"
metadata: pod.value.metadata
}
cluster: parameter.cluster
}
podMetrics: ql.#Read & {
cluster: parameter.cluster
value: {
apiVersion: "metrics.k8s.io/v1beta1"
kind: "PodMetrics"
metadata: {
name: parameter.name
namespace: parameter.namespace
}
}
}
status: {
if pod.err == _|_ {
containers: [ for container in pod.value.spec.containers {
name: container.name
image: container.image
resources: {
if container.resources.limits != _|_ {
limits: container.resources.limits
}
if container.resources.requests != _|_ {
requests: container.resources.requests
}
if podMetrics.err == _|_ {
usage: {for containerUsage in podMetrics.value.containers {
if containerUsage.name == container.name {
cpu: containerUsage.usage.cpu
memory: containerUsage.usage.memory
}
}}
}
}
status: {for containerStatus in pod.value.status.containerStatuses if containerStatus.name == container.name {
state: containerStatus.state
restartCount: containerStatus.restartCount
}}
}]
if eventList.err == _|_ {
events: eventList.list
}
}
if pod.err != _|_ {
error: pod.err
}
}
| 24.988506 | 120 | 0.512879 |
f79c601e8cbd3ae59810e82621580e38836c87ad | 168 | yaml | YAML | istio-vsvc-host/service.yaml | TatchNicolas/sample-admission-webhook | 64158aa01698ce50ac6be424dd941be228b8df83 | [
"MIT"
] | 3 | 2020-03-22T15:59:33.000Z | 2021-07-09T11:22:02.000Z | istio-vsvc-host/service.yaml | TatchNicolas/sample-admission-webhook | 64158aa01698ce50ac6be424dd941be228b8df83 | [
"MIT"
] | 5 | 2021-04-30T21:02:43.000Z | 2021-10-19T04:55:05.000Z | istio-vsvc-host/service.yaml | TatchNicolas/sample-admission-webhook | 64158aa01698ce50ac6be424dd941be228b8df83 | [
"MIT"
] | 1 | 2021-09-23T08:25:00.000Z | 2021-09-23T08:25:00.000Z | apiVersion: v1
kind: Service
metadata:
name: istio-vsvc-host
spec:
selector:
app: istio-vsvc-host
ports:
- port: 443
protocol: TCP
targetPort: 8080
| 14 | 24 | 0.672619 |
f79c868a497923cd74e25225cd930d61bb60093e | 391 | yml | YAML | manifests/ansible-tower/deployment.yml | domuharahap/dtacmworkshop | a4eacce251c7b17c6a51940bd7fdcc1ca3fa8e99 | [
"Apache-2.0"
] | null | null | null | manifests/ansible-tower/deployment.yml | domuharahap/dtacmworkshop | a4eacce251c7b17c6a51940bd7fdcc1ca3fa8e99 | [
"Apache-2.0"
] | null | null | null | manifests/ansible-tower/deployment.yml | domuharahap/dtacmworkshop | a4eacce251c7b17c6a51940bd7fdcc1ca3fa8e99 | [
"Apache-2.0"
] | null | null | null | ---
apiVersion: apps/v1
kind: Deployment
metadata:
name: ansible-tower
namespace: tower
spec:
selector:
matchLabels:
app: ansible-tower
version: v1
replicas: 1
template:
metadata:
labels:
app: ansible-tower
version: v1
spec:
containers:
- name: tower
image: dynatraceacm/ansibletower:3.3.1-1-2
| 17.772727 | 51 | 0.580563 |
f79ccac1c9a70ca430c24d5c9b65393d5e17d34f | 169 | yaml | YAML | config/prow/cluster/tide_service.yaml | specio/test-infra | 98506b9d93c1b6114307dc8a7669068060dec01a | [
"MIT"
] | null | null | null | config/prow/cluster/tide_service.yaml | specio/test-infra | 98506b9d93c1b6114307dc8a7669068060dec01a | [
"MIT"
] | null | null | null | config/prow/cluster/tide_service.yaml | specio/test-infra | 98506b9d93c1b6114307dc8a7669068060dec01a | [
"MIT"
] | null | null | null | ---
apiVersion: v1
kind: Service
metadata:
namespace: default
name: tide
spec:
selector:
app: tide
ports:
- port: 80
targetPort: 8888
type: NodePort
| 12.071429 | 20 | 0.656805 |
f79d85494022ce4a3baef1f9fab6c00461d24e39 | 719 | yaml | YAML | rendered/manifests/traces-only/clusterRoleBinding.yaml | jvoravong/splunk-otel-collector-chart | 4d78c50b85cb00be101260c82dcd68b70e1bd763 | [
"Apache-2.0"
] | null | null | null | rendered/manifests/traces-only/clusterRoleBinding.yaml | jvoravong/splunk-otel-collector-chart | 4d78c50b85cb00be101260c82dcd68b70e1bd763 | [
"Apache-2.0"
] | null | null | null | rendered/manifests/traces-only/clusterRoleBinding.yaml | jvoravong/splunk-otel-collector-chart | 4d78c50b85cb00be101260c82dcd68b70e1bd763 | [
"Apache-2.0"
] | null | null | null | ---
# Source: splunk-otel-collector/templates/clusterRoleBinding.yaml
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: default-splunk-otel-collector
labels:
app.kubernetes.io/name: splunk-otel-collector
helm.sh/chart: splunk-otel-collector-0.51.0
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: default
app.kubernetes.io/version: "0.51.0"
app: splunk-otel-collector
chart: splunk-otel-collector-0.51.0
release: default
heritage: Helm
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: default-splunk-otel-collector
subjects:
- kind: ServiceAccount
name: default-splunk-otel-collector
namespace: default
| 28.76 | 65 | 0.753825 |
f79d8cdc4f9965bd750d7103dc0153038c2e9c5e | 1,100 | yaml | YAML | examples/etcd/etcd.yaml | zhouqiang-cl/chaos-mesh | 9cc9c66790b7b180dbbf1d6736bf401983cbacff | [
"Apache-2.0"
] | 1 | 2021-01-18T17:40:11.000Z | 2021-01-18T17:40:11.000Z | examples/etcd/etcd.yaml | zhouqiang-cl/chaos-mesh | 9cc9c66790b7b180dbbf1d6736bf401983cbacff | [
"Apache-2.0"
] | null | null | null | examples/etcd/etcd.yaml | zhouqiang-cl/chaos-mesh | 9cc9c66790b7b180dbbf1d6736bf401983cbacff | [
"Apache-2.0"
] | null | null | null | ---
kind: Deployment
apiVersion: apps/v1
metadata:
name: etcd
namespace: chaos-testing
labels:
app: etcd
spec:
replicas: 1
selector:
matchLabels:
app: etcd
template:
metadata:
labels:
app: etcd
annotations:
"admission-webhook.pingcap.com/request": "chaosfs-etcd"
spec:
containers:
- name: etcd
imagePullPolicy: IfNotPresent
image: k8s.gcr.io/etcd:3.4.3-0
args:
- /usr/local/bin/etcd
- -name=etcd
- -advertise-client-urls=http://0.0.0.0:2379
- -initial-advertise-peer-urls=http://0.0.0.0:2380
- -listen-client-urls=http://0.0.0.0:2379
- -listen-peer-urls=http://0.0.0.0:2380
- -initial-cluster=etcd=http://0.0.0.0:2380
- --data-dir=/var/run/etcd/default.etcd
- -initial-cluster-state=new
- -initial-cluster-token=etcd-cluster
volumeMounts:
- mountPath: /var/run/etcd
name: datadir
volumes:
- emptyDir: {}
name: datadir
| 26.190476 | 63 | 0.544545 |
f79db03f17ab67bca70b1c0b987bd42700b4d69a | 1,239 | yml | YAML | drivers/scheduler/k8s/specs/vdbench-sv4-svc/px-vdbench-app.yml | Pure-AdamuKaapan/torpedo | 6cf1b5d27acb48864896febc970779357d7a92c0 | [
"Apache-2.0"
] | null | null | null | drivers/scheduler/k8s/specs/vdbench-sv4-svc/px-vdbench-app.yml | Pure-AdamuKaapan/torpedo | 6cf1b5d27acb48864896febc970779357d7a92c0 | [
"Apache-2.0"
] | null | null | null | drivers/scheduler/k8s/specs/vdbench-sv4-svc/px-vdbench-app.yml | Pure-AdamuKaapan/torpedo | 6cf1b5d27acb48864896febc970779357d7a92c0 | [
"Apache-2.0"
] | null | null | null | ---
apiVersion: apps/v1
kind: Deployment
metadata:
name: vdbench-sv4-svc
spec:
replicas: 3
selector:
matchLabels:
app: vdbench-sv4-svc
template:
metadata:
labels:
app: vdbench-sv4-svc
spec:
containers:
- name: vdbench
image: portworx/vdbench:torpedo
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 1000m
memory: 500Mi
requests:
memory: 256Mi
cpu: 100m
command: ["./bench_runner.sh"]
args: ["Basic", "5400", "$(POD_NAME)", "output/$(POD_NAME)"]
env:
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
volumeMounts:
- name: vdbench-persistent-storage-enc
mountPath: /tmp
- name: vdbench-output-persistent-storage
mountPath: /output
volumes:
- name: vdbench-persistent-storage-enc
persistentVolumeClaim:
claimName: vdbench-pvc-enc-sv4-svc
- name: vdbench-output-persistent-storage
persistentVolumeClaim:
claimName: vdbench-pvc-output-sv4-svc
| 26.934783 | 70 | 0.53753 |
f79dde63e992725e25d3b2ac2516d1208275b55e | 292 | yml | YAML | kubernetes/reddit/mongo-deployment.yml | otus-devops-2019-05/koxx009_microservices | 055ea34b76ab6540e8582de637e5a9724b0eb25d | [
"MIT"
] | null | null | null | kubernetes/reddit/mongo-deployment.yml | otus-devops-2019-05/koxx009_microservices | 055ea34b76ab6540e8582de637e5a9724b0eb25d | [
"MIT"
] | 18 | 2019-09-15T20:02:56.000Z | 2022-03-30T23:46:31.000Z | kubernetes/reddit/mongo-deployment.yml | otus-devops-2019-05/koxx009_microservices | 055ea34b76ab6540e8582de637e5a9724b0eb25d | [
"MIT"
] | 1 | 2019-10-12T16:18:27.000Z | 2019-10-12T16:18:27.000Z | ---
apiVersion: apps/v1
kind: Deployment
metadata:
name: mongo-deployment
spec:
replicas: 1
selector:
matchLabels:
app: mongo
template:
metadata:
name: mongo-pod
labels:
app: mongo
spec:
containers:
- image: mongo
name: mongo
| 14.6 | 24 | 0.589041 |
f79e0a8b507da96afe7b91f3a93c83851ee3d1cd | 944 | yaml | YAML | e2e/testdata/fn-eval/preserve-order-include-meta-resources/resources.yaml | sdowell/kpt | bb7f7975b33095633cf5dcf019fa71914dccba31 | [
"Apache-2.0"
] | 1,043 | 2020-02-04T20:47:40.000Z | 2022-03-31T08:59:47.000Z | e2e/testdata/fn-eval/preserve-order-include-meta-resources/resources.yaml | sdowell/kpt | bb7f7975b33095633cf5dcf019fa71914dccba31 | [
"Apache-2.0"
] | 1,880 | 2020-02-04T19:27:13.000Z | 2022-03-31T20:09:20.000Z | e2e/testdata/fn-eval/preserve-order-include-meta-resources/resources.yaml | sdowell/kpt | bb7f7975b33095633cf5dcf019fa71914dccba31 | [
"Apache-2.0"
] | 158 | 2020-02-05T16:24:59.000Z | 2022-03-20T16:07:19.000Z | # Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
foo: bar
name: my-nginx
spec:
replicas: 3
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- image: nginx:1.14.2
name: nginx
ports:
- containerPort: 80
protocol: TCP
| 26.222222 | 74 | 0.674788 |
f79e55f084076fbd51ad7ac79091d3ccbd88cc4d | 829 | yaml | YAML | 01Basic/NFSVolumn/nfs-busybox-rc.yaml | liuzhenyulive/LearningK8S | ca6e1d50e3f47885d5355dc35de451f35dfdb29f | [
"MIT"
] | null | null | null | 01Basic/NFSVolumn/nfs-busybox-rc.yaml | liuzhenyulive/LearningK8S | ca6e1d50e3f47885d5355dc35de451f35dfdb29f | [
"MIT"
] | null | null | null | 01Basic/NFSVolumn/nfs-busybox-rc.yaml | liuzhenyulive/LearningK8S | ca6e1d50e3f47885d5355dc35de451f35dfdb29f | [
"MIT"
] | null | null | null | # This mounts the nfs volume claim into /mnt and continuously
# overwrites /mnt/index.html with the time and hostname of the pod.
apiVersion: v1
kind: ReplicationController
metadata:
name: nfs-busybox
namespace: mybox
spec:
replicas: 2
selector:
name: nfs-busybox
template:
metadata:
labels:
name: nfs-busybox
spec:
containers:
- image: busybox
command:
- sh
- -c
- 'while true; do date > /mnt/index.html; hostname >> /mnt/index.html; sleep $(($RANDOM % 5 + 5)); done'
imagePullPolicy: IfNotPresent
name: busybox
volumeMounts:
# name must match the volume name below
- name: nfs
mountPath: "/mnt"
volumes:
- name: nfs
persistentVolumeClaim:
claimName: nfs
| 24.382353 | 114 | 0.593486 |
f79e9a58f5e44e342f22ec09eab32b42219d72f2 | 43,946 | yaml | YAML | resources/observability/grafana/observatorium/grafana-dashboard-slo-mst-production.configmap.yaml | wking/red-hat-observability-configuration | a3435c24c61e4cc1c197e56d6be741c1f3309bc3 | [
"Apache-2.0"
] | null | null | null | resources/observability/grafana/observatorium/grafana-dashboard-slo-mst-production.configmap.yaml | wking/red-hat-observability-configuration | a3435c24c61e4cc1c197e56d6be741c1f3309bc3 | [
"Apache-2.0"
] | null | null | null | resources/observability/grafana/observatorium/grafana-dashboard-slo-mst-production.configmap.yaml | wking/red-hat-observability-configuration | a3435c24c61e4cc1c197e56d6be741c1f3309bc3 | [
"Apache-2.0"
] | null | null | null | apiVersion: v1
data:
slo.json: |-
{
"panels": [
{
"gridPos": {
"h": 3,
"w": 15
},
"options": {
"content": "This dashboard displays the SLOs as defined in the [RHOBS Service Level Objectives](https://docs.google.com/document/d/1wJjcpgg-r8rlnOtRiqWGv0zwr1MB6WwkQED1XDWXVQs/edit) document.",
"mode": "markdown"
},
"pluginVersion": "8.2.1",
"title": "Description",
"transparent": true,
"type": "text"
},
{
"collapsed": false,
"panels": [
],
"title": "API > Metrics Write > Availability",
"type": "row"
},
{
"gridPos": {
"h": 5,
"w": 5,
"x": 0
},
"options": {
"content": "<center style=\"font-size: 25px;\">95% of valid requests return successfully</center>",
"mode": "markdown"
},
"pluginVersion": "8.2.1",
"title": "SLO",
"type": "text"
},
{
"datasource": "telemeter-prod-01-prometheus",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"decimals": 2,
"mappings": [
],
"max": 1,
"min": 0,
"thresholds": {
"mode": "percentage",
"steps": [
{
"color": "red",
"value": null
},
{
"color": "orange",
"value": 95
},
{
"color": "green",
"value": 97.5
}
]
},
"unit": "percentunit"
},
"overrides": [
]
},
"gridPos": {
"h": 5,
"w": 5,
"x": 5
},
"id": 4,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {
},
"textMode": "auto"
},
"pluginVersion": "8.2.1",
"targets": [
{
"exemplar": true,
"expr": "1-\n(sum(rate(http_requests_total{job=\"observatorium-observatorium-mst-api\",handler=~\"receive\", code=~\"5.+\"}[28d])) or vector(0))\n/\nsum(rate(http_requests_total{job=\"observatorium-observatorium-mst-api\",handler=~\"receive\", code!~\"4.+\"}[28d]))\n",
"interval": "",
"legendFormat": "",
"refId": "A"
}
],
"title": "Availability (28d)",
"type": "stat"
},
{
"datasource": "telemeter-prod-01-prometheus",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"decimals": 2,
"mappings": [
],
"max": 1,
"min": 0,
"thresholds": {
"mode": "percentage",
"steps": [
{
"color": "red",
"value": null
},
{
"color": "orange",
"value": 33
},
{
"color": "green",
"value": 66
}
]
},
"unit": "percentunit"
},
"overrides": [
]
},
"gridPos": {
"h": 5,
"w": 5,
"x": 10
},
"id": 5,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {
},
"textMode": "auto"
},
"pluginVersion": "8.2.1",
"targets": [
{
"exemplar": true,
"expr": "clamp_min(\n( 1 -\n (\n (sum(rate(http_requests_total{job=\"observatorium-observatorium-mst-api\",handler=~\"receive\", code=~\"5.+\"}[28d])) or vector(0))\n /\n sum(rate(http_requests_total{job=\"observatorium-observatorium-mst-api\",handler=~\"receive\", code!~\"4.+\"}[28d]))\n ) - 0.94999999999999996\n)\n/\n(1 - 0.94999999999999996), 0)\n",
"hide": false,
"interval": "",
"legendFormat": "",
"refId": "B"
}
],
"title": "Error Budget (28d)",
"type": "stat"
},
{
"collapsed": false,
"panels": [
],
"title": "API > Metrics Write > Latency",
"type": "row"
},
{
"gridPos": {
"h": 5,
"w": 5,
"x": 0
},
"options": {
"content": "<center style=\"font-size: 25px;\">90% of valid requests return < 5s</center>",
"mode": "markdown"
},
"pluginVersion": "8.2.1",
"title": "SLO",
"type": "text"
},
{
"datasource": "telemeter-prod-01-prometheus",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [
],
"max": 5,
"min": 0,
"thresholds": {
"mode": "percentage",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "orange",
"value": 80
},
{
"color": "red",
"value": 100
}
]
},
"unit": "s"
},
"overrides": [
]
},
"gridPos": {
"h": 5,
"w": 5,
"x": 5
},
"id": 6,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {
},
"textMode": "auto"
},
"pluginVersion": "8.2.1",
"targets": [
{
"exemplar": true,
"expr": "histogram_quantile( 0.90000000000000002, sum by (le) ( rate(http_request_duration_seconds_bucket{job=\"observatorium-observatorium-mst-api\",code!~\"4..\",handler=~\"receive\"}[28d]) ))\n",
"hide": false,
"interval": "",
"legendFormat": "",
"refId": "A"
}
],
"title": "90th Percentile Request Latency (28d)",
"type": "stat"
},
{
"datasource": "telemeter-prod-01-prometheus",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"decimals": 2,
"mappings": [
],
"max": 1,
"min": 0,
"thresholds": {
"mode": "percentage",
"steps": [
{
"color": "red",
"value": null
},
{
"color": "orange",
"value": 33
},
{
"color": "green",
"value": 66
}
]
},
"unit": "percentunit"
},
"overrides": [
]
},
"gridPos": {
"h": 5,
"w": 5,
"x": 10
},
"id": 7,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {
},
"textMode": "auto"
},
"pluginVersion": "8.2.1",
"targets": [
{
"exemplar": true,
"expr": "clamp_min(\n (\n (\n sum(rate(http_request_duration_seconds_bucket{job=\"observatorium-observatorium-mst-api\",code!~\"4..\",handler=~\"receive\", le=\"5\"}[28d]))\n /\n sum(rate(http_request_duration_seconds_count{job=\"observatorium-observatorium-mst-api\",code!~\"4..\",handler=~\"receive\"}[28d]))\n ) - 0.90000000000000002\n )\n /\n (1 - 0.90000000000000002), 0)\n",
"hide": false,
"interval": "",
"legendFormat": "",
"refId": "B"
}
],
"title": "Error Budget (28d)",
"type": "stat"
},
{
"collapsed": false,
"panels": [
],
"title": "API > Metrics Read > Availability",
"type": "row"
},
{
"gridPos": {
"h": 5,
"w": 5,
"x": 0
},
"options": {
"content": "<center style=\"font-size: 25px;\">95% of valid /query requests return successfully</center>",
"mode": "markdown"
},
"pluginVersion": "8.2.1",
"title": "SLO",
"type": "text"
},
{
"datasource": "telemeter-prod-01-prometheus",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"decimals": 2,
"mappings": [
],
"max": 1,
"min": 0,
"thresholds": {
"mode": "percentage",
"steps": [
{
"color": "red",
"value": null
},
{
"color": "orange",
"value": 95
},
{
"color": "green",
"value": 97.5
}
]
},
"unit": "percentunit"
},
"overrides": [
]
},
"gridPos": {
"h": 5,
"w": 5,
"x": 5
},
"id": 8,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {
},
"textMode": "auto"
},
"pluginVersion": "8.2.1",
"targets": [
{
"exemplar": true,
"expr": "1-\n(sum(rate(http_requests_total{job=\"observatorium-observatorium-mst-api\",handler=\"query\", code=~\"5.+\"}[28d])) or vector(0))\n/\nsum(rate(http_requests_total{job=\"observatorium-observatorium-mst-api\",handler=\"query\", code!~\"4.+\"}[28d]))\n",
"interval": "",
"legendFormat": "",
"refId": "A"
}
],
"title": "Availability (28d)",
"type": "stat"
},
{
"datasource": "telemeter-prod-01-prometheus",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"decimals": 2,
"mappings": [
],
"max": 1,
"min": 0,
"thresholds": {
"mode": "percentage",
"steps": [
{
"color": "red",
"value": null
},
{
"color": "orange",
"value": 33
},
{
"color": "green",
"value": 66
}
]
},
"unit": "percentunit"
},
"overrides": [
]
},
"gridPos": {
"h": 5,
"w": 5,
"x": 10
},
"id": 9,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {
},
"textMode": "auto"
},
"pluginVersion": "8.2.1",
"targets": [
{
"exemplar": true,
"expr": "clamp_min(\n( 1 -\n (\n (sum(rate(http_requests_total{job=\"observatorium-observatorium-mst-api\",handler=\"query\", code=~\"5.+\"}[28d])) or vector(0))\n /\n sum(rate(http_requests_total{job=\"observatorium-observatorium-mst-api\",handler=\"query\", code!~\"4.+\"}[28d]))\n ) - 0.94999999999999996\n)\n/\n(1 - 0.94999999999999996), 0)\n",
"hide": false,
"interval": "",
"legendFormat": "",
"refId": "B"
}
],
"title": "Error Budget (28d)",
"type": "stat"
},
{
"gridPos": {
"h": 5,
"w": 5,
"x": 0
},
"options": {
"content": "<center style=\"font-size: 25px;\">95% of valid /query_range requests return successfully</center>",
"mode": "markdown"
},
"pluginVersion": "8.2.1",
"title": "SLO",
"type": "text"
},
{
"datasource": "telemeter-prod-01-prometheus",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"decimals": 2,
"mappings": [
],
"max": 1,
"min": 0,
"thresholds": {
"mode": "percentage",
"steps": [
{
"color": "red",
"value": null
},
{
"color": "orange",
"value": 95
},
{
"color": "green",
"value": 97.5
}
]
},
"unit": "percentunit"
},
"overrides": [
]
},
"gridPos": {
"h": 5,
"w": 5,
"x": 5
},
"id": 10,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {
},
"textMode": "auto"
},
"pluginVersion": "8.2.1",
"targets": [
{
"exemplar": true,
"expr": "1-\n(sum(rate(http_requests_total{job=\"observatorium-observatorium-mst-api\",handler=~\"query_range\", code=~\"5.+\"}[28d])) or vector(0))\n/\nsum(rate(http_requests_total{job=\"observatorium-observatorium-mst-api\",handler=~\"query_range\", code!~\"4.+\"}[28d]))\n",
"interval": "",
"legendFormat": "",
"refId": "A"
}
],
"title": "Availability (28d)",
"type": "stat"
},
{
"datasource": "telemeter-prod-01-prometheus",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"decimals": 2,
"mappings": [
],
"max": 1,
"min": 0,
"thresholds": {
"mode": "percentage",
"steps": [
{
"color": "red",
"value": null
},
{
"color": "orange",
"value": 33
},
{
"color": "green",
"value": 66
}
]
},
"unit": "percentunit"
},
"overrides": [
]
},
"gridPos": {
"h": 5,
"w": 5,
"x": 10
},
"id": 11,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {
},
"textMode": "auto"
},
"pluginVersion": "8.2.1",
"targets": [
{
"exemplar": true,
"expr": "clamp_min(\n( 1 -\n (\n (sum(rate(http_requests_total{job=\"observatorium-observatorium-mst-api\",handler=~\"query_range\", code=~\"5.+\"}[28d])) or vector(0))\n /\n sum(rate(http_requests_total{job=\"observatorium-observatorium-mst-api\",handler=~\"query_range\", code!~\"4.+\"}[28d]))\n ) - 0.94999999999999996\n)\n/\n(1 - 0.94999999999999996), 0)\n",
"hide": false,
"interval": "",
"legendFormat": "",
"refId": "B"
}
],
"title": "Error Budget (28d)",
"type": "stat"
},
{
"collapsed": false,
"panels": [
],
"title": "API > Metrics Read > Latency",
"type": "row"
},
{
"gridPos": {
"h": 5,
"w": 5,
"x": 0
},
"options": {
"content": "<center style=\"font-size: 25px;\">90% of valid requests that process 1M samples return < 2s</center>",
"mode": "markdown"
},
"pluginVersion": "8.2.1",
"title": "SLO",
"type": "text"
},
{
"datasource": "telemeter-prod-01-prometheus",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [
],
"max": 2,
"min": 0,
"thresholds": {
"mode": "percentage",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "orange",
"value": 80
},
{
"color": "red",
"value": 100
}
]
},
"unit": "s"
},
"overrides": [
]
},
"gridPos": {
"h": 5,
"w": 5,
"x": 5
},
"id": 12,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {
},
"textMode": "auto"
},
"pluginVersion": "8.2.1",
"targets": [
{
"exemplar": true,
"expr": "histogram_quantile( 0.90000000000000002, sum by (le) ( rate(up_custom_query_duration_seconds_bucket{namespace=\"observatorium-mst-production\",query=\"query-path-sli-1M-samples\"}[1d]) ))\n",
"hide": false,
"interval": "",
"legendFormat": "",
"refId": "A"
}
],
"title": "90th Percentile Request Latency (28d)",
"type": "stat"
},
{
"datasource": "telemeter-prod-01-prometheus",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"decimals": 2,
"mappings": [
],
"max": 1,
"min": 0,
"thresholds": {
"mode": "percentage",
"steps": [
{
"color": "red",
"value": null
},
{
"color": "orange",
"value": 33
},
{
"color": "green",
"value": 66
}
]
},
"unit": "percentunit"
},
"overrides": [
]
},
"gridPos": {
"h": 5,
"w": 5,
"x": 10
},
"id": 13,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {
},
"textMode": "auto"
},
"pluginVersion": "8.2.1",
"targets": [
{
"exemplar": true,
"expr": "clamp_min(\n (\n (\n sum(rate(up_custom_query_duration_seconds_bucket{namespace=\"observatorium-mst-production\",query=\"query-path-sli-1M-samples\",le=\"2.0113571874999994\"}[28d]))\n /\n sum(rate(up_custom_query_duration_seconds_count{namespace=\"observatorium-mst-production\",query=\"query-path-sli-1M-samples\"}[28d]))\n ) - 0.90000000000000002\n )\n /\n (1 - 0.90000000000000002), 0)\n",
"hide": false,
"interval": "",
"legendFormat": "",
"refId": "B"
}
],
"title": "Error Budget (28d)",
"type": "stat"
},
{
"gridPos": {
"h": 5,
"w": 5,
"x": 0
},
"options": {
"content": "<center style=\"font-size: 25px;\">90% of valid requests that process 10M samples return < 10s</center>",
"mode": "markdown"
},
"pluginVersion": "8.2.1",
"title": "SLO",
"type": "text"
},
{
"datasource": "telemeter-prod-01-prometheus",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [
],
"max": 10,
"min": 0,
"thresholds": {
"mode": "percentage",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "orange",
"value": 80
},
{
"color": "red",
"value": 100
}
]
},
"unit": "s"
},
"overrides": [
]
},
"gridPos": {
"h": 5,
"w": 5,
"x": 5
},
"id": 14,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {
},
"textMode": "auto"
},
"pluginVersion": "8.2.1",
"targets": [
{
"exemplar": true,
"expr": "histogram_quantile( 0.90000000000000002, sum by (le) ( rate(up_custom_query_duration_seconds_bucket{namespace=\"observatorium-mst-production\",query=\"query-path-sli-10M-samples\"}[1d]) ))\n",
"hide": false,
"interval": "",
"legendFormat": "",
"refId": "A"
}
],
"title": "90th Percentile Request Latency (28d)",
"type": "stat"
},
{
"datasource": "telemeter-prod-01-prometheus",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"decimals": 2,
"mappings": [
],
"max": 1,
"min": 0,
"thresholds": {
"mode": "percentage",
"steps": [
{
"color": "red",
"value": null
},
{
"color": "orange",
"value": 33
},
{
"color": "green",
"value": 66
}
]
},
"unit": "percentunit"
},
"overrides": [
]
},
"gridPos": {
"h": 5,
"w": 5,
"x": 10
},
"id": 15,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {
},
"textMode": "auto"
},
"pluginVersion": "8.2.1",
"targets": [
{
"exemplar": true,
"expr": "clamp_min(\n (\n (\n sum(rate(up_custom_query_duration_seconds_bucket{namespace=\"observatorium-mst-production\",query=\"query-path-sli-10M-samples\",le=\"10.761264004567169\"}[28d]))\n /\n sum(rate(up_custom_query_duration_seconds_count{namespace=\"observatorium-mst-production\",query=\"query-path-sli-10M-samples\"}[28d]))\n ) - 0.90000000000000002\n )\n /\n (1 - 0.90000000000000002), 0)\n",
"hide": false,
"interval": "",
"legendFormat": "",
"refId": "B"
}
],
"title": "Error Budget (28d)",
"type": "stat"
},
{
"gridPos": {
"h": 5,
"w": 5,
"x": 0
},
"options": {
"content": "<center style=\"font-size: 25px;\">90% of valid requests that process 100M samples return < 20s</center>",
"mode": "markdown"
},
"pluginVersion": "8.2.1",
"title": "SLO",
"type": "text"
},
{
"datasource": "telemeter-prod-01-prometheus",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [
],
"max": 20,
"min": 0,
"thresholds": {
"mode": "percentage",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "orange",
"value": 80
},
{
"color": "red",
"value": 100
}
]
},
"unit": "s"
},
"overrides": [
]
},
"gridPos": {
"h": 5,
"w": 5,
"x": 5
},
"id": 16,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {
},
"textMode": "auto"
},
"pluginVersion": "8.2.1",
"targets": [
{
"exemplar": true,
"expr": "histogram_quantile( 0.90000000000000002, sum by (le) ( rate(up_custom_query_duration_seconds_bucket{namespace=\"observatorium-mst-production\",query=\"query-path-sli-100M-samples\"}[1d]) ))\n",
"hide": false,
"interval": "",
"legendFormat": "",
"refId": "A"
}
],
"title": "90th Percentile Request Latency (28d)",
"type": "stat"
},
{
"datasource": "telemeter-prod-01-prometheus",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"decimals": 2,
"mappings": [
],
"max": 1,
"min": 0,
"thresholds": {
"mode": "percentage",
"steps": [
{
"color": "red",
"value": null
},
{
"color": "orange",
"value": 33
},
{
"color": "green",
"value": 66
}
]
},
"unit": "percentunit"
},
"overrides": [
]
},
"gridPos": {
"h": 5,
"w": 5,
"x": 10
},
"id": 17,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {
},
"textMode": "auto"
},
"pluginVersion": "8.2.1",
"targets": [
{
"exemplar": true,
"expr": "clamp_min(\n (\n (\n sum(rate(up_custom_query_duration_seconds_bucket{namespace=\"observatorium-mst-production\",query=\"query-path-sli-100M-samples\",le=\"21.6447457021712\"}[28d]))\n /\n sum(rate(up_custom_query_duration_seconds_count{namespace=\"observatorium-mst-production\",query=\"query-path-sli-100M-samples\"}[28d]))\n ) - 0.90000000000000002\n )\n /\n (1 - 0.90000000000000002), 0)\n",
"hide": false,
"interval": "",
"legendFormat": "",
"refId": "B"
}
],
"title": "Error Budget (28d)",
"type": "stat"
}
],
"refresh": false,
"schemaVersion": 31,
"style": "dark",
"tags": [
],
"templating": {
"list": [
]
},
"time": {
"from": "now-6h",
"to": "now"
},
"timepicker": {
},
"timezone": "",
"title": "MST Production SLOs",
"uid": "283e7002d85c08126681241df2fdb22b",
"version": 2
}
kind: ConfigMap
metadata:
annotations:
grafana-folder: /grafana-dashboard-definitions/Observatorium
labels:
grafana_dashboard: "true"
name: grafana-dashboard-slo-mst-production
| 36.744147 | 487 | 0.250558 |
f79f15532282235a5ab1bf6d32b71ae09a54dbe8 | 170 | yaml | YAML | api/testdata/publishservice/expected/s3g-public-service.yaml | elek/flekszible | 2bd3dd8d53e2698fc317a567c16c9f9ac27aa13e | [
"Apache-2.0"
] | 37 | 2019-01-12T10:36:58.000Z | 2021-11-15T06:56:47.000Z | api/testdata/publishservice/expected/s3g-public-service.yaml | elek/flekszible | 2bd3dd8d53e2698fc317a567c16c9f9ac27aa13e | [
"Apache-2.0"
] | 1 | 2021-08-01T19:15:46.000Z | 2021-08-01T19:15:46.000Z | api/testdata/publishservice/expected/s3g-public-service.yaml | elek/flekszible | 2bd3dd8d53e2698fc317a567c16c9f9ac27aa13e | [
"Apache-2.0"
] | 2 | 2020-10-22T07:03:39.000Z | 2021-08-19T04:52:55.000Z | apiVersion: v1
kind: Service
metadata:
name: s3g-public
spec:
ports:
- port: 9878
name: rest
selector:
app: ozone
component: s3g
type: NodePort
| 13.076923 | 18 | 0.641176 |
f79f1a079da525fbcd29459d7fcbd9848e87c57a | 1,561 | yaml | YAML | tools/cloudflow-it/spark-mutating-webhook.yaml | rstento/cloudflow | 2fd7efa7b22440636859d3dc4246fd807f4e89fb | [
"Apache-2.0"
] | null | null | null | tools/cloudflow-it/spark-mutating-webhook.yaml | rstento/cloudflow | 2fd7efa7b22440636859d3dc4246fd807f4e89fb | [
"Apache-2.0"
] | null | null | null | tools/cloudflow-it/spark-mutating-webhook.yaml | rstento/cloudflow | 2fd7efa7b22440636859d3dc4246fd807f4e89fb | [
"Apache-2.0"
] | null | null | null | apiVersion: batch/v1
kind: Job
metadata:
name: cloudflow-patch-spark-mutatingwebhookconfig
spec:
template:
spec:
serviceAccountName: cloudflow-operator
restartPolicy: OnFailure
containers:
- name: main
image: alpine:3.12
command:
- /bin/ash
- "-c"
- |
apk update && apk add wget
wget -q -O /bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.16.12/bin/linux/amd64/kubectl && chmod 755 /bin/kubectl
NAME="spark-operator-sparkoperator"
API_VERSION=$(kubectl get deployment -n cloudflow $NAME -o jsonpath='{.apiVersion}')
UUID=$(kubectl get deployment -n cloudflow $NAME -o jsonpath='{.metadata.uid}')
KIND=$(kubectl get deployment -n cloudflow $NAME -o jsonpath='{.kind}')
HOOK_NAME="spark-operator-sparkoperator-webhook-config"
JSON=$(cat <<EOF
{
"metadata": {
"ownerReferences": [
{
"apiVersion": "$API_VERSION",
"blockOwnerDeletion": true,
"controller": true,
"kind": "$KIND",
"name": "$NAME",
"uid": "$UUID"
}
]
}
}
EOF
)
echo $JSON
kubectl patch MutatingWebhookConfiguration $HOOK_NAME -n cloudflow -p "$JSON"
| 36.302326 | 154 | 0.488149 |
f79f466a1fdbb27e5b050ae22c0d8dd638dfb2bc | 203 | yaml | YAML | microservices/calculator/istio/divide-service.yaml | abalasu1/IBM-Private-Cloud | 92b1c2c0315d6790631e01980404460d320b7df3 | [
"MIT"
] | null | null | null | microservices/calculator/istio/divide-service.yaml | abalasu1/IBM-Private-Cloud | 92b1c2c0315d6790631e01980404460d320b7df3 | [
"MIT"
] | 2 | 2021-05-10T06:08:58.000Z | 2022-03-02T05:06:47.000Z | microservices/calculator/istio/divide-service.yaml | abalasu1/IBM-Private-Cloud | 92b1c2c0315d6790631e01980404460d320b7df3 | [
"MIT"
] | null | null | null | apiVersion: v1
kind: Service
metadata:
name: divide
namespace: <PROJECT>
labels:
app: divide
spec:
ports:
- port: 8080
targetPort: 8080
name: http
selector:
app: divide
| 13.533333 | 22 | 0.630542 |
f79f51e09dd0604ed4df0bed20d074212981a9be | 221 | yaml | YAML | flux/misc/pinfra/external-names/synology.yaml | ereslibre/homeops | 1351fe403d4ab86d87f90138dc179dd6bcd350d2 | [
"Apache-2.0"
] | 7 | 2021-06-13T20:59:07.000Z | 2022-03-14T19:56:04.000Z | flux/misc/pinfra/external-names/synology.yaml | ereslibre/homeops | 1351fe403d4ab86d87f90138dc179dd6bcd350d2 | [
"Apache-2.0"
] | null | null | null | flux/misc/pinfra/external-names/synology.yaml | ereslibre/homeops | 1351fe403d4ab86d87f90138dc179dd6bcd350d2 | [
"Apache-2.0"
] | null | null | null | apiVersion: v1
kind: Service
metadata:
name: synology
namespace: external-names
annotations:
external-dns.alpha.kubernetes.io/hostname: synology.ereslibre.net
spec:
type: ExternalName
externalName: 10.0.4.3
| 20.090909 | 69 | 0.764706 |
f79f6e2ecf0155b03f3300a5ec81fc2a56e05b43 | 1,780 | yaml | YAML | blockchain-network-on-kubernetes/configFiles/generateArtifactsJob.yaml | kant/ngo-collaboration-using-blockchain | 2cf21595ee849cd6649dcc5521e83f4c302e6b67 | [
"Apache-2.0"
] | null | null | null | blockchain-network-on-kubernetes/configFiles/generateArtifactsJob.yaml | kant/ngo-collaboration-using-blockchain | 2cf21595ee849cd6649dcc5521e83f4c302e6b67 | [
"Apache-2.0"
] | null | null | null | blockchain-network-on-kubernetes/configFiles/generateArtifactsJob.yaml | kant/ngo-collaboration-using-blockchain | 2cf21595ee849cd6649dcc5521e83f4c302e6b67 | [
"Apache-2.0"
] | null | null | null | ---
apiVersion: batch/v1
kind: Job
metadata:
name: utils
spec:
backoffLimit: 1
template:
metadata:
name: utils
spec:
restartPolicy: "Never"
volumes:
- name: sharedvolume
persistentVolumeClaim:
claimName: shared-pvc
- name: dockersocket
hostPath:
path: /var/run/docker.sock
containers:
- name: cryptogen
image: hyperledger/fabric-tools:1.3.0
imagePullPolicy: Always
command: ["sh", "-c", "echo 'Cryptogen Starts'; ls -l /shared/artifacts; while [ ! -d /shared/artifacts ]; do echo Waiting for configFiles; sleep 1; done; cryptogen generate --config /shared/artifacts/crypto-config.yaml && cp -r crypto-config /shared/ && for file in $(find /shared/ -iname *_sk); do echo $file; dir=$(dirname $file); echo ${dir}; mv ${dir}/*_sk ${dir}/key.pem; done && find /shared -type d | xargs chmod a+rx && find /shared -type f | xargs chmod a+r && touch /shared/status_cryptogen_complete;"]
volumeMounts:
- mountPath: /shared
name: sharedvolume
- name: configtxgen
image: hyperledger/fabric-tools:1.3.0
imagePullPolicy: Always
command: ["sh", "-c", "echo 'Configtxgen Starts'; ls -l /shared; sleep 1 && while [ ! -f /shared/status_cryptogen_complete ]; do echo Waiting for cryptogen; sleep 1; done; cp /shared/artifacts/configtx.yaml /shared/; cd /shared/; export FABRIC_CFG_PATH=$PWD; configtxgen -profile TwoOrgsOrdererGenesis -outputBlock genesis.block && find /shared -type d | xargs chmod a+rx && find /shared -type f | xargs chmod a+r && touch /shared/status_configtxgen_complete && rm /shared/status_cryptogen_complete;"]
volumeMounts:
- mountPath: /shared
name: sharedvolume
| 49.444444 | 521 | 0.651685 |
f79f87df4dbb179161f57046bf610cdebf736a40 | 266 | yml | YAML | redis-cluster/redis-endpoint.yml | megmogmog1965/redis-cluster-k8s | caf2f24060c2a2fbf57ed6d55ce823720512d9fe | [
"MIT"
] | null | null | null | redis-cluster/redis-endpoint.yml | megmogmog1965/redis-cluster-k8s | caf2f24060c2a2fbf57ed6d55ce823720512d9fe | [
"MIT"
] | null | null | null | redis-cluster/redis-endpoint.yml | megmogmog1965/redis-cluster-k8s | caf2f24060c2a2fbf57ed6d55ce823720512d9fe | [
"MIT"
] | 2 | 2018-09-16T08:03:55.000Z | 2019-10-29T07:35:18.000Z | kind: Service
apiVersion: v1
metadata:
name: redis-endpoint
spec:
selector:
app: redis
ports:
- name: service
port: 6379
targetPort: 6379
protocol: TCP
- name: cluster
port: 16379
targetPort: 16379
protocol: TCP
| 15.647059 | 23 | 0.612782 |
f79f8c513618e7e6fe5a38060f82b380bb44d8ca | 359 | yaml | YAML | assets/thanos-querier/grpc-tls-secret.yaml | rhobs/cluster-monitoring-operator | fb0f3a792c3cc517ca2017f3f3ca4f4da9f2082e | [
"Apache-2.0"
] | null | null | null | assets/thanos-querier/grpc-tls-secret.yaml | rhobs/cluster-monitoring-operator | fb0f3a792c3cc517ca2017f3f3ca4f4da9f2082e | [
"Apache-2.0"
] | null | null | null | assets/thanos-querier/grpc-tls-secret.yaml | rhobs/cluster-monitoring-operator | fb0f3a792c3cc517ca2017f3f3ca4f4da9f2082e | [
"Apache-2.0"
] | null | null | null | apiVersion: v1
data: {}
kind: Secret
metadata:
labels:
app.kubernetes.io/component: query-layer
app.kubernetes.io/instance: thanos-querier
app.kubernetes.io/name: thanos-query
app.kubernetes.io/part-of: openshift-monitoring
app.kubernetes.io/version: 0.22.0
name: thanos-querier-grpc-tls
namespace: openshift-monitoring
type: Opaque
| 25.642857 | 51 | 0.746518 |
f79fa2c17c62d515f20d2eb712a3fb6ec48c492a | 822 | yaml | YAML | config/v1alpha2/400-webhook-service.yaml | yolocs/knative-policy-binding | 300616b71c9a61780e9bcfbe7a61432d92ca5a5c | [
"Apache-2.0"
] | null | null | null | config/v1alpha2/400-webhook-service.yaml | yolocs/knative-policy-binding | 300616b71c9a61780e9bcfbe7a61432d92ca5a5c | [
"Apache-2.0"
] | null | null | null | config/v1alpha2/400-webhook-service.yaml | yolocs/knative-policy-binding | 300616b71c9a61780e9bcfbe7a61432d92ca5a5c | [
"Apache-2.0"
] | null | null | null | # Copyright 2019 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: v1
kind: Service
metadata:
labels:
role: webhook
security.knative.dev/release: devel
name: webhook
namespace: knative-security
spec:
ports:
- port: 443
targetPort: 8443
selector:
role: webhook
| 28.344828 | 74 | 0.740876 |
f79fa7eba77d162855b39ce4ff7501113ee07978 | 1,228 | yaml | YAML | Technology/DevOps/Observability/Tracing/Jaeger/Research/Operator/operator.yaml | MislavJaksic/Knowledge-Repository | 3bab8b00d79a776725bcce88b5a1b66a24ecea23 | [
"MIT"
] | 3 | 2019-07-09T09:46:58.000Z | 2020-12-10T12:46:12.000Z | Technology/DevOps/Observability/Tracing/Jaeger/Research/Operator/operator.yaml | MislavJaksic/Knowledge-Repository | 3bab8b00d79a776725bcce88b5a1b66a24ecea23 | [
"MIT"
] | null | null | null | Technology/DevOps/Observability/Tracing/Jaeger/Research/Operator/operator.yaml | MislavJaksic/Knowledge-Repository | 3bab8b00d79a776725bcce88b5a1b66a24ecea23 | [
"MIT"
] | 2 | 2019-11-14T23:07:10.000Z | 2019-11-30T19:12:34.000Z | apiVersion: apps/v1
kind: Deployment
metadata:
name: jaeger-operator
labels:
app: jaeger-operator-app
namespace: K8s-Tracing-Namespace # change
annotations:
developer/name: "Mislav Jakšić"
developer/email: "[email protected]"
developer/url: "https://github.com/MislavJaksic"
developer/role: "technical lead"
developer/timezone: "Europe/Zagreb"
developer/picUrl: "https://images.app.goo.gl/PCHZgd8oattge1i96"
spec:
replicas: 1
selector:
matchLabels:
name: jaeger-operator
template:
metadata:
labels:
name: jaeger-operator
spec:
serviceAccountName: jaeger-operator
containers:
- name: jaeger-operator
image: jaegertracing/jaeger-operator:1.16.0
ports:
- containerPort: 8383
name: metrics
args: ["start"]
imagePullPolicy: Always
env:
- name: WATCH_NAMESPACE
value: ""
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: OPERATOR_NAME
value: "jaeger-operator"
| 26.12766 | 67 | 0.615635 |
f79feb93bc8eb8ea100d9207abb79d90fad8e173 | 381 | yaml | YAML | assets/prometheus-k8s/role-config.yaml | maskarb/cluster-monitoring-operator | d5dfc39942a4e15836046b46aad8aa84a76b7809 | [
"Apache-2.0"
] | null | null | null | assets/prometheus-k8s/role-config.yaml | maskarb/cluster-monitoring-operator | d5dfc39942a4e15836046b46aad8aa84a76b7809 | [
"Apache-2.0"
] | null | null | null | assets/prometheus-k8s/role-config.yaml | maskarb/cluster-monitoring-operator | d5dfc39942a4e15836046b46aad8aa84a76b7809 | [
"Apache-2.0"
] | null | null | null | apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
labels:
app.kubernetes.io/component: prometheus
app.kubernetes.io/name: prometheus
app.kubernetes.io/part-of: openshift-monitoring
app.kubernetes.io/version: 2.30.0
name: prometheus-k8s-config
namespace: openshift-monitoring
rules:
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
| 21.166667 | 51 | 0.727034 |
f79fec95ee4f75f13f4899e871ebabd672718d9a | 467 | yaml | YAML | config-root/namespaces/jx/jxboot-helmfile-resources/gcactivities-rb.yaml | c82svin/jx3-k3s-vault | e18c4e0907f4b9d7f65dc79b214dfffc7672ee81 | [
"Apache-2.0"
] | 4 | 2020-08-19T14:23:45.000Z | 2021-05-22T21:56:53.000Z | config-root/namespaces/jx/jxboot-helmfile-resources/gcactivities-rb.yaml | c82svin/jx3-k3s-vault | e18c4e0907f4b9d7f65dc79b214dfffc7672ee81 | [
"Apache-2.0"
] | 1,089 | 2020-08-18T11:18:53.000Z | 2021-09-11T01:06:32.000Z | config-root/namespaces/jx/jxboot-helmfile-resources/gcactivities-rb.yaml | Koniag-FSA/jx3-eks-vault-zach | 3d89a671b68aac98a756dae70cc77a92b8919878 | [
"Apache-2.0"
] | 4 | 2020-08-18T11:18:26.000Z | 2021-04-27T14:52:30.000Z | # Source: jxboot-helmfile-resources/templates/jx-gcactivities-rb.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: gcactivities
annotations:
meta.helm.sh/release-name: 'jxboot-helmfile-resources'
namespace: jx
labels:
gitops.jenkins-x.io/pipeline: 'namespaces'
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: gcactivities
subjects:
- kind: ServiceAccount
name: jx-gcactivities
namespace: jx
| 24.578947 | 69 | 0.755889 |