Skip to content

Instantly share code, notes, and snippets.

View koushikbasu's full-sized avatar
🎯
Focusing

Koushik Basu koushikbasu

🎯
Focusing
  • Bengaluru, India
View GitHub Profile
@koushikbasu
koushikbasu / cronjob.yaml
Last active June 22, 2020 17:24
Kubernotes Cronjob
apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: deletelogs
spec:
schedule: "*/1 * * * *"
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
jobTemplate:
@koushikbasu
koushikbasu / seoreport.php
Created October 11, 2019 05:30 — forked from neo22s/seoreport.php
seo report php
<?php
/**
*
* SEO report for different metrics
*
* @category SEO
* @author Chema <chema@garridodiaz.com>
* @copyright (c) 2009-2012 Open Classifieds Team
* @license GPL v3
* Based on seo report script http://www.phpeasycode.com && PHP class SEOstats