Skip to content

Instantly share code, notes, and snippets.

View ysyukr's full-sized avatar
:octocat:
I may be slow to respond.

Yuk, Yongsu ysyukr

:octocat:
I may be slow to respond.
View GitHub Profile
@ysyukr
ysyukr / Kong-Gateway-2.7-helm.yaml
Created March 6, 2022 14:26
Kong Gateway - 2.7
# Source: kong/templates/service-account.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: chart-1646575860-kong
namespace: kong
labels:
app.kubernetes.io/name: kong
helm.sh/chart: kong-2.7.0
app.kubernetes.io/instance: "chart-1646575860"
@ysyukr
ysyukr / GeoIP2-Updated.sh
Created June 3, 2020 04:15
This is a script for updating GeoIP2 used in iptables of CentOS 6.
#!/bin/bash
# MaxMind Account Info
LICENSEKEY='Your MaxMind LicenseKey'
# Change Dir GeoIP2-Updated
cd /root/GeoIP2-Updated
# Old download data clean
rm -rf ./CountryInfo.txt
@ysyukr
ysyukr / main.yml
Created January 17, 2020 16:29
Publish Static Web App(Hugo) to Netlify @v1
name: Publish Static Web App(Hugo) to Netlify
on:
push:
branches:
- master
jobs:
build-deploy:
runs-on: ubuntu-latest
@ysyukr
ysyukr / main.yml
Last active January 17, 2020 16:28
Publish Static Web App(Hugo) to Netlify @v2
name: Publish Static Web App(Hugo) to Netlify
on:
push:
branches:
- master
jobs:
build-deploy:
runs-on: ubuntu-latest