I hereby claim:
- I am jbrownsc on github.
- I am jbrownsm (https://keybase.io/jbrownsm) on keybase.
- I have a public key whose fingerprint is 3A28 CD4A 6462 7471 2943 3DC1 3EE3 16EB 4AEB AC87
To claim this, I am signing this object:
apiVersion: apps/v1 # for versions before 1.9.0 use apps/v1beta2 | |
kind: Deployment | |
metadata: | |
name: nginx | |
spec: | |
selector: | |
matchLabels: | |
app: nginx | |
replicas: 50 # tells deployment to run 2 pods matching the template | |
template: |
I hereby claim:
To claim this, I am signing this object:
var entities = [], | |
entityType = null, | |
entitytypes, | |
t; | |
if (__plugin.bukkit) { | |
entityType = org.bukkit.entity.EntityType; | |
} | |
if (__plugin.canary) { | |
entityType = Packages.net.canarymod.api.entity.EntityType; | |
} |
# Postfix stuff | |
QUEUEID (?:[A-F0-9]+|NOQUEUE) | |
EMAILADDRESSPART [a-zA-Z0-9_.+-=:]+ | |
EMAILADDRESS %{EMAILADDRESSPART:local}@%{EMAILADDRESSPART:remote} | |
RELAY (?:%{HOSTNAME:relayhost}(?:\[%{IP:relayip}\](?::[0-9]+(.[0-9]+)?)?)?) |
input { | |
stdin { type => "file" } | |
#redis { | |
# data_type => 'list' | |
# host => 'localhost' | |
# key => 'logstash:beaver' | |
# type => 'redis-input-beaver' | |
#} | |
} |